From 5ac7233434ea35227518252b08a4f2fdad4b5116 Mon Sep 17 00:00:00 2001 From: vivekd Date: Jul 22 2012 11:40:35 +0000 Subject: always run the common stuff --- diff --git a/runtests.sh b/runtests.sh index 2285197..afe7a04 100755 --- a/runtests.sh +++ b/runtests.sh @@ -20,10 +20,11 @@ set -u # process our test scripts if [ $1 ]; then + t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/$1/ -type f|sort -t'/' ) else - t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/p_*/ -type f|sort -t'/' ) + t_Process <(/usr/bin/find ./tests/0_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/r_*/ -type f|sort -t'/' ) t_Process <(/usr/bin/find ./tests/z_*/ -type f|sort -t'/' ) fi