summaryrefslogtreecommitdiffstats
path: root/src/test/framework/build-script
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/framework/build-script')
-rwxr-xr-xsrc/test/framework/build-script6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/framework/build-script b/src/test/framework/build-script
index 3e6c6b2f..49eb170c 100755
--- a/src/test/framework/build-script
+++ b/src/test/framework/build-script
@@ -6,7 +6,7 @@
#
# OpenPOWER sbe Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2016
+# Contributors Listed Below - COPYRIGHT 2015,2017
# [+] International Business Machines Corp.
#
#
@@ -40,10 +40,10 @@ source "$SBEROOT/src/test/framework/setup-env"
# Build PIBMEM Image
-scl enable devtoolset-2 " bash -c \"make install img=pibmem\"" || exit -1
+bash -c "make install img=pibmem" || exit -1
bash -c "rm -rf $SBEROOT/obj/sbefw" || exit -1
# Build SEEPROM Image
-scl enable devtoolset-2 " bash -c \"make install\"" || exit -1
+bash -c "make install" || exit -1
# Create simics sandbox.
create-sandbox > create-sandbox.log 2>&1 &
OpenPOWER on IntegriCloud