From 3ffbbff588c1762e13afe4b7b8fcedc433f221a8 Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Sun, 22 Apr 2012 13:03:43 -0400 Subject: [PATCH] Patch 3353875: Allow running test script from other directories than "tests" --- tests/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test b/tests/test index c4ea35d8..4b3918dc 100755 --- a/tests/test +++ b/tests/test @@ -1,2 +1,2 @@ #!/bin/sh -../bin/debug/premake4 /scripts=../src $1 $2 $3 test +cd `dirname $0` && ../bin/debug/premake4 /scripts=../src $1 $2 $3 test