summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2015-03-31 12:24:15 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-02 17:44:54 -0500
commit314970fb0227e563a9d5a380cbb5da9c6669988d (patch)
treed7948d9bed010f85348ad1bfda8c7145c7bdf738 /src
parent1589b88f270c07ea4dfde30f9abd7aa5bbad6a70 (diff)
downloadtalos-hostboot-314970fb0227e563a9d5a380cbb5da9c6669988d.tar.gz
talos-hostboot-314970fb0227e563a9d5a380cbb5da9c6669988d.zip
Add -auto option into mksb command
This is done to throw an error if the jenkins slave is missing tokens vs running forever dumping garbage to stdout Change-Id: I7d68762d0a08288a3c37e761806f292a329aef34 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16794 Tested-by: Jenkins Server Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/build/citest/create-sandbox6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/build/citest/create-sandbox b/src/build/citest/create-sandbox
index 9218aaeb4..577726d6a 100755
--- a/src/build/citest/create-sandbox
+++ b/src/build/citest/create-sandbox
@@ -6,7 +6,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2014
+# Contributors Listed Below - COPYRIGHT 2014,2015
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -44,7 +46,7 @@ fi
# Create sandbox.
mksb -rc $SANDBOXRC -dir $SANDBOXROOT -back $BACKING_BUILD -sb $SANDBOXNAME \
- -m ppc || exit -1
+ -m ppc -auto || exit -1
# workaround scripts expect $sb variable to be populated.
export sb=$SANDBOXBASE/src
OpenPOWER on IntegriCloud