aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index e84ea3f..47e8cf7 100755
--- a/test.sh
+++ b/test.sh
@@ -11,10 +11,10 @@ echo "_______________ TESTING extantz _______________"
11sleep 1 11sleep 1
12 12
13echo "_______________ TESTING GuiLua _______________" 13echo "_______________ TESTING GuiLua _______________"
14cd $wd/ClientHamr/GuiLua 14cd $wd/src/GuiLua
15./test.sh & 15./test.sh &
16sleep 1 16sleep 1
17 17
18echo "_______________ TESTING LuaSL _______________" 18echo "_______________ TESTING LuaSL _______________"
19cd $wd/LuaSL 19cd $wd/src/LuaSL
20./test.sh $0 20./test.sh $0