Hide test results log in executor phase

pull/11636/head
Javier Torres 8 years ago
parent b9e725a999
commit 0d36e68215

@ -3,7 +3,7 @@
main() {
port=$((6000 + $2))
# Run the rspec
ZEUSSOCK=".zeus$port.sock" bundle exec zeus rspec -J#$3 $1
ZEUSSOCK=".zeus$port.sock" bundle exec zeus rspec -J#$3 $1 >> $port.log 2>&1;
# Give some feedback
if [ $? -eq 0 ]; then

Loading…
Cancel
Save