Skip to content

Commit 57b6d06

Browse files
getting binaries folder tracked
1 parent 1c070f7 commit 57b6d06

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
binaries/*
21
/vendor/
32
.idea/

bin/selenium-background-run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33

44
echo '' > nohup.out
5-
nohup $DIR/../selenium/selenium-run.bash "$@" &
5+
nohup $DIR/selenium-run.bash "$@" &
66
sleep 1
77

88
cat nohup.out

binaries/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)