Skip to content

Commit

Permalink
bash osx compatibility issue in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaudio committed Jan 29, 2015
1 parent 79cb609 commit e231f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test_stolos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo $JOB_ID_VALIDATIONS
echo $CONFIGURATION_BACKEND

echo -n Is a local Zookeeper Server running and available?
ans=`pgrep -f '-Dzookeeper' >/dev/null && echo yes || echo no`
ans=`pgrep -f '\-Dzookeeper' >/dev/null && echo yes || echo no`
echo ...$ans
echo -n Is a local Redis Server running and available?
ans2=`pgrep -f 'redis-server' && echo yes || echo no`
Expand Down

0 comments on commit e231f56

Please sign in to comment.