From: Martin Mares Date: Tue, 3 Jul 2007 07:48:44 +0000 (+0200) Subject: ln -> try-ln X-Git-Tag: python-dummy-working~314 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=75b47f9a0228f1199d6a12ae7bf4ec80680fd691;p=eval.git ln -> try-ln --- diff --git a/public/submit b/public/submit index ac73dbc..17add8d 100755 --- a/public/submit +++ b/public/submit @@ -53,7 +53,7 @@ if [ $TASK_TYPE == open-data ] ; then pstart "Test case $TEST: " open-locate "$SRCFILE" ( - ln "$SDIR/$SRCN" $TDIR/$TEST.out + try-ln "$SDIR/$SRCN" $TDIR/$TEST.out syntax-check test-result 1 OK ) || FAILED=1