>From 3b6b73ef04235af2742f4c45858eb6622d1ebf34 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Mon, 24 Feb 2014 21:23:35 +0100 Subject: [PATCH] Disable deployment tests on Hurd (for now); ORIGIN is not fully supported there --- tests/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index f902a98..7f0a1a8 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -418,7 +418,7 @@ CHICKEN_REPOSITORY=$CHICKEN_REPOSITORY $CHICKEN_INSTALL -t local -l $TEST_DIR -r -csi ${TEST_DIR}/../csi CHICKEN_REPOSITORY=$CHICKEN_REPOSITORY $interpret -bnq rev-app.scm 1.0 -if test $OS_NAME != AIX -a $OS_NAME != SunOS; then +if test $OS_NAME != AIX -a $OS_NAME != SunOS -a $OS_NAME != GNU; then echo "======================================== deployment tests" mkdir rev-app CHICKEN_REPOSITORY=$CHICKEN_REPOSITORY $CHICKEN_INSTALL -t local -l $TEST_DIR reverser -- 1.7.10.4