summaryrefslogtreecommitdiff
path: root/tests/run-tests.php
diff options
context:
space:
mode:
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);