From f33239a683e89fda051a5413d6855b917cc2dd73 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 5 Apr 2013 09:16:12 +0200 Subject: [PATCH] Just run one single call to all tests. --- run_tests.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index bafe9d6..b1412b4 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -3,8 +3,10 @@ mkdir -p reports rm -rf reports/* -for f in tests/test_*.lua; do - NAME=$(basename ${f} .lua) - lua5.1 ${f} > reports/${NAME}.tap -done +#for f in tests/test_*.lua; do +# NAME=$(basename ${f} .lua) +# lua5.1 ${f} > reports/${NAME}.tap +#done + +lua5.1 tests/test_all.lua > reports/test_all.tap #EOF \ No newline at end of file