From 64f03743259aa2b1dbb71a787d650cde752afcc8 Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Sun, 22 Apr 2012 13:02:48 -0400 Subject: Patch 3353875: Allow running test script from other directories than "tests" --- tests/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test b/tests/test index dd5080d..e138ca1 100755 --- a/tests/test +++ b/tests/test @@ -1,2 +1,2 @@ #!/bin/sh -../bin/debug/premake4 /scripts=../src test +cd `dirname $0` && ../bin/debug/premake4 /scripts=../src test -- cgit v1.2.3