From f987f37c8bbef078568e0f3b1e39a7e091847e94 Mon Sep 17 00:00:00 2001 From: vivekd Date: Jul 22 2012 11:32:21 +0000 Subject: we need to run the files --- diff --git a/runtests.sh b/runtests.sh index addf7d4..2285197 100755 --- a/runtests.sh +++ b/runtests.sh @@ -20,7 +20,7 @@ set -u # process our test scripts if [ $1 ]; then - t_Process tests/$1 + 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'/' )