Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
redirecting stdout/stderr on the workbench server output to /dev/null…
Browse files Browse the repository at this point in the history
… so the tests don't freak out
  • Loading branch information
brifordwylie committed Jun 25, 2014
1 parent 109bbbd commit d3362fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests
Expand Up @@ -3,7 +3,7 @@ echo '<<< Starting workbench server >>>'
echo
# Launch workbench server in the background
cd server
nosetests workbench &
nosetests workbench &>/dev/null &
# Get its PID
workbench_pid=$!

Expand Down

0 comments on commit d3362fa

Please sign in to comment.