summaryrefslogtreecommitdiff
path: root/tests/run-tests.php
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-19 17:26:11 +0600
committervalmat <ufabiz@gmail.com>2014-03-19 17:26:11 +0600
commitcfc04aa191dd23b3e61ba4d714a194a3a4dd08f3 (patch)
tree1be33441fbb85b009f647b306bcabc5382c5a882 /tests/run-tests.php
parent778561e1739a4a7ef20e85b713b4790e6be225d3 (diff)
Fixed issues #46
Diffstat (limited to 'tests/run-tests.php')
-rw-r--r--tests/run-tests.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/run-tests.php b/tests/run-tests.php
index 2e55e05..c2616a3 100644
--- a/tests/run-tests.php
+++ b/tests/run-tests.php
@@ -1792,6 +1792,27 @@ SCRIPT_FILENAME = " . $env['SCRIPT_FILENAME'] . "
HTTP_COOKIE = " . $env['HTTP_COOKIE'] . "
COMMAND $cmd
";
+ //
+ /*
+ * Fixed for tests extension without installation
+ * extension_for_tests
+ */
+ /*
+ $_LD_LIBRARY_PATH = isset($_SERVER["LD_LIBRARY_PATH"]) ?
+ ('LD_LIBRARY_PATH="' . $_SERVER["LD_LIBRARY_PATH"] . "\"\nexport LD_LIBRARY_PATH")
+
+ :
+ "###";
+ $_LD_LIBRARY_PATH_ex = isset($_SERVER["LD_LIBRARY_PATH"]) ?
+ ('LD_LIBRARY_PATH="' . $_SERVER["LD_LIBRARY_PATH"] . "\" && export LD_LIBRARY_PATH && ")
+
+ :
+ "";
+ */
+
+ //$cmd = "LD_LIBRARY_PATH=\"/home/valmat/work/PHP-CPP\" && export LD_LIBRARY_PATH && $cmd";
+ //$cmd = "${_LD_LIBRARY_PATH_ex}$cmd";
+
junit_start_timer($shortname);