X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=ed1b498962383529a120cf67e3c8939ae8188e76;hb=cf49f2d086069a9c1b57f501df9a6a0bd3a34c3c;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..ed1b498 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -1,14 +1,5 @@ #!/bin/sh -# Run the regression tests in this directory. -# -# Usage: run-tests.sh [--break-on-failure] [--break-on-expected-failure] [files] -# --break-on-failure Break into the debugger when a test fails -# unexpectedly -# --break-on-expected-failure Break into the debugger when any test fails -# -# If no test files are specified, runs all tests. - # This software is part of the SBCL system. See the README file for # more information. # @@ -20,6 +11,27 @@ # absolutely no warranty. See the COPYING and CREDITS files for # more information. +if [ "$1" = "--help" ]; then + cat <