]> mj.ucw.cz Git - eval.git/commitdiff
Better rejection message.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 14:32:58 +0000 (14:32 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 14:32:58 +0000 (14:32 +0000)
public/submit

index 7b077240b9daa2cd6950b6e10dd06d5a5ba76d30..65416e0c9302ca93e115fef89151b400dd826fea 100644 (file)
@@ -53,7 +53,7 @@ if [ $FAILED != 0 ] ; then
                pend "TESTS FAILED, but --force given, so submitting anyway."
        else
                pend "TESTS FAILED. Nothing has been submitted!"
-               pend "Use submit --force if you really want to submit a WRONG solution."
+               pend "Use submit --force if you really want to submit an obviously WRONG solution."
                exit 1
        fi
 fi