Skip to content

Commit 83caa1c

Browse files
committedAug 28, 2016
make test.sh executable & update env shebang
1 parent 16f59c8 commit 83caa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/functional/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
#!/usr/bin/env bash
12

2-
#!/bin/bash
33
if [ "$1" == 'stop' ]; then
44
echo "Stopping selenium server..."
55
pid=`ps -eo pid,args | grep selenium-server-standalone | grep -v grep | cut -c1-6`

0 commit comments

Comments
 (0)
Please sign in to comment.