aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-08 18:25:44 +1000
committerDavid Walter Seikel2014-05-08 18:25:44 +1000
commit4f65adc81097abe60880d104dd0809ea263118ad (patch)
treeb84034e5210fcc1c5e00c0b09a56093a9b45dc04 /test.sh
parentBeen there, done that, remove the TODO. (diff)
downloadSledjHamr-4f65adc81097abe60880d104dd0809ea263118ad.zip
SledjHamr-4f65adc81097abe60880d104dd0809ea263118ad.tar.gz
SledjHamr-4f65adc81097abe60880d104dd0809ea263118ad.tar.bz2
SledjHamr-4f65adc81097abe60880d104dd0809ea263118ad.tar.xz
Fix calling extantz from the combined test.
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 47e8cf7..c560633 100755
--- a/test.sh
+++ b/test.sh
@@ -7,7 +7,7 @@ wd=$(pwd)
7./build.lua || exit 7./build.lua || exit
8 8
9echo "_______________ TESTING extantz _______________" 9echo "_______________ TESTING extantz _______________"
10./extantz & 10./extantz.sh &
11sleep 1 11sleep 1
12 12
13echo "_______________ TESTING GuiLua _______________" 13echo "_______________ TESTING GuiLua _______________"