aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-22 15:28:25 +1000
committerDavid Walter Seikel2014-04-22 15:28:25 +1000
commitbf68528906ac998e8b9bbdf6136a5649dc28371b (patch)
tree02e41d07f09d94a36be0967fcfe58103932e130a /test.sh
parentMove skang to libraries and base directory. (diff)
downloadSledjHamr-bf68528906ac998e8b9bbdf6136a5649dc28371b.zip
SledjHamr-bf68528906ac998e8b9bbdf6136a5649dc28371b.tar.gz
SledjHamr-bf68528906ac998e8b9bbdf6136a5649dc28371b.tar.bz2
SledjHamr-bf68528906ac998e8b9bbdf6136a5649dc28371b.tar.xz
Oops, have the base test.sh actually change to the new src directories now.
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