X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Fruntest;h=21feb73fc6342feaa0ac588c37428377f05e95ec;hb=fd36f8c46bb76abaadc52321a03ee5f196676a0b;hp=3d7a92b9bca4960f50437115d4ce75d374509de6;hpb=7afe9b7d7142e48c76dfac3992fdf91d3e5518ff;p=mmh diff --git a/test/runtest b/test/runtest index 3d7a92b..21feb73 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