From 4a7fb771bd8a2e3d00dab031f88e15c92a6be184 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 13 May 2014 12:03:16 +1000 Subject: Add some love, er I mean, add the love world server, coz love makes the world go around. Actually, it's just the old LuaSL_test harness, but half of that is the love server anyway, the other half is just test harness. --- src/LuaSL/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LuaSL/test.sh') diff --git a/src/LuaSL/test.sh b/src/LuaSL/test.sh index 435c5e2..e8471c8 100755 --- a/src/LuaSL/test.sh +++ b/src/LuaSL/test.sh @@ -20,8 +20,8 @@ case $@ in echo "_______________ STARTING LuaSL _______________" ../../LuaSL & sleep 1 - echo "_______________ STARTING LuaSL_test _______________" - ./LuaSL_test + echo "_______________ STARTING love _______________" + ../../love ;; esac -- cgit v1.1