Skip to content

Commit

Permalink
Update test.sh to specify -p for dispatch command
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 17, 2011
1 parent 8ce3062 commit 4874dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ fi

# try dispatch
echo "using --noqueue option"
$RDECK_BASE/tools/bin/dispatch --noqueue -- uptime
$RDECK_BASE/tools/bin/dispatch -p test --noqueue -- uptime
if [ 0 != $? ] ; then
echo Failed to dispatch uptime via cli : $!
exit 2
fi

$RDECK_BASE/tools/bin/dispatch -Q -- uptime > $DIR/exec.out
$RDECK_BASE/tools/bin/dispatch -p test -Q -- uptime > $DIR/exec.out
if [ 0 != $? ] ; then
echo Failed: dispatch -Q -- uptime : $!
exit 2
Expand Down

0 comments on commit 4874dd6

Please sign in to comment.