diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 482: Ensure rc is 0 by default

Message ID 20121204154913.22798.35233.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Dave Pigott Dec. 4, 2012, 3:49 p.m. UTC
Merge authors:
  Dave Pigott (dpigott)
Related merge proposals:
  https://code.launchpad.net/~dpigott/lava-dispatcher/ensure-rc-is-0-by-default/+merge/137852
  proposed by: Dave Pigott (dpigott)
  review: Approve - Paul Sokolovsky (pfalcon)
------------------------------------------------------------
revno: 482 [merge]
committer: dave.pigott@linaro.org
branch nick: trunk
timestamp: Tue 2012-12-04 15:36:56 +0000
message:
  Ensure rc is 0 by default
modified:
  lava_test_shell/lava-test-case


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_test_shell/lava-test-case'
--- lava_test_shell/lava-test-case	2012-12-03 19:39:15 +0000
+++ lava_test_shell/lava-test-case	2012-12-04 14:19:38 +0000
@@ -9,6 +9,8 @@ 
     echo "Either run or record the results of a particular test case"
 }
 
+rc=0
+
 TEST_CASE_ID="$1"
 shift
 if [ -z "$TEST_CASE_ID" ]; then