From 8b8e8031fa7755ba2771f9c6cd04c76de96fdb25 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 11 Feb 2012 20:44:17 +1000 Subject: LuaSL_test harness - connects to the LuaSL server, sends script commands. It has the test GUI now. Turned LuaSL into purely a server. --- test.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 52a9561..b9455c0 100755 --- a/test.sh +++ b/test.sh @@ -7,11 +7,13 @@ wd=$(pwd) ./build.sh || exit echo "_______________ TESTING LuaSL _______________" +# Kill any left overs. +killall -KILL LuaSL cd $wd/LuaSL/testLua export LUA_PATH="$wd/LuaSL/src/?.lua" export LUA_SOPATH='../../libraries/luaproc/' export LD_LIBRARY_PATH="../../libraries/luajit-2.0/src:$LD_LIBRARY_PATH" - +export EINA_LOG_LEVELS="ecore:2,ecore_con:2" case $@ in @@ -24,7 +26,9 @@ case $@ in ;; *) - ../LuaSL + ../LuaSL & + sleep 1 + ../LuaSL_test ;; esac -- cgit v1.1