From: Michal Sojka Date: Fri, 4 Oct 2013 15:50:13 +0000 (+0200) Subject: Simplify manual execution of QT test X-Git-Url: https://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/8bec616b49d0fde96a8eefcf71bbffd319738ef1 Simplify manual execution of QT test Now it is not necessary to specify OMK_RULES as it default to linux. --- diff --git a/tests/qt b/tests/qt index 73b2d72..1373ba4 100755 --- a/tests/qt +++ b/tests/qt @@ -1,6 +1,7 @@ #!/bin/bash -[[ $OMK_RULES != linux ]] && exit 0 +[ "$OMK_RULES" -a "$OMK_RULES" != linux ] && exit 0 + . ./functions.sh