[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-commits
Subject:    [Sbcl-commits] master: tests: more --lose-on-corruption
From:       stassats via Sbcl-commits <sbcl-commits () lists ! sourceforge ! net>
Date:       2020-05-22 0:44:15
Message-ID: 1590108256.33026.22147 () sfp-scm-4 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  3ecf4d7124d2de3265e260d465237f23131f94aa (commit)
      from  4b6804e5447598185990476e8ae1f3852ca3d9e0 (commit)

- Log -----------------------------------------------------------------
commit 3ecf4d7124d2de3265e260d465237f23131f94aa
Author: Stas Boukarev <stassats@gmail.com>
Date:   Fri May 22 03:28:28 2020 +0300

    tests: more --lose-on-corruption
---
 tests/subr.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/subr.sh b/tests/subr.sh
index a38e6ecc0..9ee2999d0 100644
--- a/tests/subr.sh
+++ b/tests/subr.sh
@@ -61,15 +61,15 @@ set +a
 run_sbcl () (
     set -u
     if [ $# -gt 0 ]; then
-	"$SBCL_RUNTIME" --core "$SBCL_CORE" $SBCL_ARGS --eval "(setf \
sb-ext:*evaluator-mode* :${TEST_SBCL_EVALUATOR_MODE:-compile})" "$@" \
+	"$SBCL_RUNTIME" --lose-on-corruption --core "$SBCL_CORE" $SBCL_ARGS --eval "(setf \
sb-ext:*evaluator-mode* :${TEST_SBCL_EVALUATOR_MODE:-compile})" "$@"  else
-	"$SBCL_RUNTIME" --core "$SBCL_CORE" $SBCL_ARGS --eval "(setf \
sb-ext:*evaluator-mode* :${TEST_SBCL_EVALUATOR_MODE:-compile})" +	"$SBCL_RUNTIME" \
--lose-on-corruption --core "$SBCL_CORE" $SBCL_ARGS --eval "(setf \
sb-ext:*evaluator-mode* :${TEST_SBCL_EVALUATOR_MODE:-compile})"  fi
 )
 
 run_sbcl_with_args () (
     set -u
-    "$SBCL_RUNTIME" --core "$SBCL_CORE" "$@"
+    "$SBCL_RUNTIME" --lose-on-corruption --core "$SBCL_CORE" "$@"
 )
 
 run_sbcl_with_core () (
@@ -77,9 +77,9 @@ run_sbcl_with_core () (
     core="$1"
     shift
     if [ $# -gt 0 ]; then
-	"$SBCL_RUNTIME" --core "$core" "$@"
+	"$SBCL_RUNTIME" --lose-on-corruption --core "$core" "$@"
     else
-	"$SBCL_RUNTIME" --core "$core" $SBCL_ARGS --eval "(setf sb-ext:*evaluator-mode* \
:${TEST_SBCL_EVALUATOR_MODE:-compile})" +	"$SBCL_RUNTIME" --lose-on-corruption --core \
"$core" $SBCL_ARGS --eval "(setf sb-ext:*evaluator-mode* \
:${TEST_SBCL_EVALUATOR_MODE:-compile})"  fi
 )
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL


_______________________________________________
Sbcl-commits mailing list
Sbcl-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic