From: Martin Mares Date: Thu, 3 Jul 2003 09:03:57 +0000 (+0000) Subject: Accept tests with empty output. X-Git-Tag: python-dummy-working~474 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0f30d637345574171e88a3a192a7168a03d14fbb;p=moe.git Accept tests with empty output. --- diff --git a/bin/lib b/bin/lib index 9adf0dd..537bf58 100644 --- a/bin/lib +++ b/bin/lib @@ -197,7 +197,7 @@ function test-fetch-output { echo "Output files:" ls -Al $BOXDIR - if [ ! -s $BOXDIR/$PROBLEM.out ] ; then + if [ ! -f $BOXDIR/$PROBLEM.out ] ; then pend "No output file." echo "No output file." echo >>$PTSFILE "0 No output."