Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2012-04-22 21:02:48 +0400
committerJason Perkins <starkos@industriousone.com>2012-04-22 21:02:48 +0400
commit6909d8dec97c1372520278d6ab932ab992059f21 (patch)
treec4e3df48c32f852bc10aae9b519805600d87efd8 /tests
parent9e487773518998dc8e2bff3782dd61df5e76eac2 (diff)
Patch 3353875: Allow running test script from other directories than "tests"
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test2
1 files changed, 1 insertions, 1 deletions
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