Extract HTML from RteList::getRoutineRow method
[phpmyadmin.git] / test / install-browserstack
blob2348b26e2c51c9ee167df67036c9a6a5d155afe1
1 #!/bin/sh
3 # Do not run as CGI
4 if [ -n "$GATEWAY_INTERFACE" ] ; then
5 echo 'Can not invoke as CGI!'
6 exit 1
7 fi
9 set -e
10 set -x
12 if [ "$CI_MODE" != "selenium" ] ; then
13 exit 0
16 mkdir -p ~/browserstack
17 cd ~/browserstack
18 if [ ! -f BrowserStackLocal ] ; then
19 wget https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
20 unzip BrowserStackLocal-linux-x64.zip