From 25f910c9229218e08b1a4bbfa22c02fa43bb2394 Mon Sep 17 00:00:00 2001 From: Jasper Hugunin Date: Thu, 11 Jan 2018 12:04:48 +0900 Subject: Lint and remove redundant line --- test-suite/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-suite/README.md b/test-suite/README.md index 2e288ff730..1ec5d667e9 100644 --- a/test-suite/README.md +++ b/test-suite/README.md @@ -8,7 +8,6 @@ If you run `make` from the `test-suite` directory, there is no clean step. You can also run `make aaa/bbb/ccc.v.log` to build the log for one test, or `make ddd` where `ddd` is on of the sub-directories of `test-suite` to just build the logs for that directory. -Logs are stored in said `.log` file. In these cases, a summary is not printed, but can be generated by `make summary`. `make -B` can be used to rerun tests ( -B meaning always remake). @@ -24,4 +23,3 @@ When you fix a bug, you should usually add a regression test here as well. The error "(bug seems to be opened, please check)" when running `make test-suite` means that a test in `bugs/closed` failed to compile. There are also output tests in `test-suite/output` which consist of a `.v` file and a `.out` file with the expected output. - -- cgit v1.2.3