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

github.com/windirstat/premake-4.x-stable.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
commit64f03743259aa2b1dbb71a787d650cde752afcc8 (patch)
treec4e3df48c32f852bc10aae9b519805600d87efd8 /tests
parent7cc7c55735609a5efc68276c2c1ec392909d04ec (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