X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7afe9b7d7142e48c76dfac3992fdf91d3e5518ff..f7c1a8a53c452b75aa84ff4bf9de7f47af7b881c:/test/runtest?ds=inline diff --git a/test/runtest b/test/runtest index 3d7a92b9..21feb73f 100755 --- a/test/runtest +++ b/test/runtest @@ -29,6 +29,11 @@ return_value=$? if [ $return_value -eq 0 ] ; then echo Test $1 PASS +elif [ $return_value -eq 120 ]; then + # indicates test was skipped (eg needed program not found) + # test itself should have printed a message about this, + # so print nothing here. + : else echo Test $1 FAIL fi