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:
authorWilliam Desportes <williamdes@wdes.fr>2021-02-09 00:45:08 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-02-09 04:01:23 +0300
commitfda5195be7dc84ad5c2a76d0899e11efed06766f (patch)
tree0aa64719b9943d3cac0a384759dd04df8e0537fe /test/start-local-server
parentf4684ee691e55d2310398c4d92d4e9a473cf105d (diff)
Fix logs system and temp dir for tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/start-local-server')
-rwxr-xr-xtest/start-local-server4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/start-local-server b/test/start-local-server
index e5ffb85dd4..4519af68bb 100755
--- a/test/start-local-server
+++ b/test/start-local-server
@@ -42,7 +42,7 @@ if [ ! -z "$TESTSUITE_BROWSERSTACK_KEY" ] ; then
unzip BrowserStackLocal-linux-x64.zip
fi
# Start BrowserStack Local forwarder
- ~/browserstack/BrowserStackLocal --force-local --localIdentifier "travis-$TRAVIS_JOB_NUMBER" --onlyAutomate --key "$TESTSUITE_BROWSERSTACK_KEY" --daemon start
+ ~/browserstack/BrowserStackLocal --force-local --localIdentifier "gh-$GITHUB_ACTION" --onlyAutomate --key "$TESTSUITE_BROWSERSTACK_KEY" --daemon start
elif [ -z "$SKIP_STANDALONE" ] ; then
echo "Using: selenium-standalone"
if [ ! -f selenium-standalone ]; then
@@ -54,3 +54,5 @@ elif [ -z "$SKIP_STANDALONE" ] ; then
else
echo "Using: nothing."
fi
+
+echo "${DIR}" > /tmp/last_temp_dir_phpMyAdminTests