diff options
author | 2008-10-24 09:32:40 +0100 | |
---|---|---|
committer | 2008-10-24 09:32:40 +0100 | |
commit | 7cd0c2d122a5b38c5a925dac52b429c99e7f5085 (patch) | |
tree | 3263a593a314a0f91c8d14005b61a8a134325ae1 /test/run_test.sh | |
parent | 95de300935276509248c6ad2f6a08bf458ef290c (diff) | |
download | paludis-7cd0c2d122a5b38c5a925dac52b429c99e7f5085.tar.gz paludis-7cd0c2d122a5b38c5a925dac52b429c99e7f5085.tar.xz |
Paludis is about choices.
Diffstat (limited to 'test/run_test.sh')
-rwxr-xr-x | test/run_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_test.sh b/test/run_test.sh index f758ec879..f05d9ed86 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -42,7 +42,7 @@ if [[ 0 != ${code} ]] ; then out=`pwd`/${testname#./}.epicfail echo ">>> rerunning test ${testname} verbosely redirected to ${out}" env PALUDIS_TESTS_RERUN_VERBOSELY=no PALUDIS_TESTS_KEEP_STDERR=yes \ - PALUDIS_TESTS_KEEP_LOG=yes $@ > $out 2>&1 + PALUDIS_TESTS_KEEP_LOG=yes $0 $@ > $out 2>&1 echo ">>> saved output of verbose ${testname} rerun to ${out}" fi echo ">>> exiting with error for test ${testname}" |