X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=0ea9c8568dab486a7c827b930c46b706313c276a;hb=e4f3dfe7fefc2ab3980360ce597dc378c6b02393;hp=165afa81fea310c749f162f28bd54cb5e15f7d5d;hpb=a42922aef908a1b45ae5420d51b2ca7ee1bafb9e;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh old mode 100644 new mode 100755 index 165afa8..0ea9c85 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -2,10 +2,15 @@ # Run the regression tests in this directory. # -# Usage: run-tests.sh [--break-on-failure] [--break-on-expected-failure] [files] +# Usage: run-tests.sh [OPTIONS] [files] +# +# Valid options are as follows: +# # --break-on-failure Break into the debugger when a test fails # unexpectedly # --break-on-expected-failure Break into the debugger when any test fails +# --report-skipped-tests Include tests :skipped-on target SBCL in +# the test report. # # If no test files are specified, runs all tests.