aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-12-10 11:37:35 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-12-10 11:37:35 -0700
commit0ea64253821f7f72cd7da122b6e4c1c741cd9ed0 (patch)
treed615bc4ec68b8dd6762510b883eabc9b9f65195b
parentb86a32d37fa189728c048bdf5dd5ff6f6c432b90 (diff)
fix typo in the setting of runtests
-rwxr-xr-xjenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins.sh b/jenkins.sh
index 5871376..e56910c 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -68,7 +68,7 @@ while test $# -gt 0; do
-w|--workspace) user_workspace=$2 ;;
-o|--options) user_options=$2 ;;
-f|--fileserver) fileserver=$2 ;;
- -r|--runtests) runtest="true" ;;
+ -r|--runtests) runtests="true" ;;
-h|--help) usage ;;
esac
shift