From bf68528906ac998e8b9bbdf6136a5649dc28371b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 22 Apr 2014 15:28:25 +1000 Subject: Oops, have the base test.sh actually change to the new src directories now. --- test.sh | 4 ++-- 1 file 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 _______________" sleep 1 echo "_______________ TESTING GuiLua _______________" -cd $wd/ClientHamr/GuiLua +cd $wd/src/GuiLua ./test.sh & sleep 1 echo "_______________ TESTING LuaSL _______________" -cd $wd/LuaSL +cd $wd/src/LuaSL ./test.sh $0 -- cgit v1.1