From a9465a5354f913b62658a3d020f1a9cec8b16328 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 26 May 2014 22:42:51 +1000 Subject: Update the test script. --- test.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test.sh b/test.sh index a6d3423..2c4204c 100755 --- a/test.sh +++ b/test.sh @@ -6,15 +6,10 @@ wd=$(pwd) ./build.lua || exit -echo "_______________ TESTING extantz _______________" -./extantz.sh & +echo "_______________ TESTING extantz, love and LuaSL _______________" +./extantz & sleep 1 echo "_______________ TESTING GuiLua _______________" cd $wd/src/GuiLua ./test.sh & -sleep 1 - -echo "_______________ TESTING love and LuaSL _______________" -cd $wd -./love $0 -- cgit v1.1