Patch 3353875: Allow running test script from other directories than "tests"
This commit is contained in:
parent
e9687ed684
commit
3ffbbff588
@ -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
|
||||
|
Reference in New Issue
Block a user