diff options
author | Andrew Geissler <andrewg@us.ibm.com> | 2015-02-11 08:21:36 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-12 13:47:15 -0600 |
commit | 7798dde7ef745d695c9086b0119b2c51f5805b59 (patch) | |
tree | e606ddad303de38fe4406ff229af4372e4ba13d3 /src | |
parent | 6990adda0f2996cc7baacba9f485c7b5a415904c (diff) | |
download | talos-hostboot-7798dde7ef745d695c9086b0119b2c51f5805b59.tar.gz talos-hostboot-7798dde7ef745d695c9086b0119b2c51f5805b59.zip |
Prevent autosim from extracting nfs tarball during simics runs
Change-Id: Ie24a8bb3ed79eb7ade2706c49fef9d37fc139048
RTC: 123631
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15661
Tested-by: Jenkins Server
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/build/citest/autocitest | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/build/citest/autocitest b/src/build/citest/autocitest index 94123ef85..2648549a8 100755 --- a/src/build/citest/autocitest +++ b/src/build/citest/autocitest @@ -6,7 +6,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,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. @@ -185,7 +187,7 @@ else fi #autosim $VERBOSE --startsim --chkpt standby <<< chkpt not working yet -autosim $NOWIN $VERBOSE --startsim $NRE +autosim $NOWIN $VERBOSE --startsim $NRE --notar if [ $? -ne 0 ] ; then echo "ERROR: Unable to start simics $?" stopserver ## kill the server again. |