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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-01-25 11:03:09 +0300
committerMichal Čihař <michal@cihar.com>2016-01-25 11:03:09 +0300
commit4bb155d8745d347b637d8a3d033ea9b46106d84a (patch)
treee3b57d9a941a91a1be93fbaf51d7c275342afefe /test/start-local-server
parent56cb67e203d28c4af6859953673f582192c7f8e3 (diff)
Verbose script execution
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'test/start-local-server')
-rwxr-xr-xtest/start-local-server1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/start-local-server b/test/start-local-server
index 0a9655a9ea..c76d374051 100755
--- a/test/start-local-server
+++ b/test/start-local-server
@@ -1,6 +1,7 @@
#!/bin/sh
set -e
+set -x
if [ -z "$SELENIUM" ] ; then
exit 0