]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
Execute tests in alphabetical order
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 7 Dec 2007 08:34:09 +0000 (09:34 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 7 Dec 2007 08:34:09 +0000 (09:34 +0100)
wme_test/tester

index bf23b1515f95e28daba61b63726d1c9ab8c8f437..8cdd56254fb0b32752475b431d1dfd3383c10ff7 100755 (executable)
@@ -26,7 +26,7 @@ then
     [ -n "$SUDO_USER" ] && chown $SUDO_USER $OUTPUT_PREFIX
 fi
 
-find -L $TEST_DIR -type f|while read F
+find -L $TEST_DIR -type f|sort|while read F
 do
        CMD_LINE=$(echo $F|sed -e "s/${TEST_DIR}//"|tr '/' ' ')
        OUTPUT=$(echo $CMD_LINE|tr -s '/ -' '_')