summaryrefslogtreecommitdiffstats
path: root/src/build/citest/build-script
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/citest/build-script')
-rwxr-xr-xsrc/build/citest/build-script8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/build/citest/build-script b/src/build/citest/build-script
index 1f0628909..798c2055b 100755
--- a/src/build/citest/build-script
+++ b/src/build/citest/build-script
@@ -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.
@@ -22,11 +24,11 @@
#
# IBM_PROLOG_END_TAG
-if [ -z $HOSTBOOTROOT ]; then
+if [ -z $PROJECT_ROOT ]; then
source "$WORKSPACE/env.bash"
fi
-source "$HOSTBOOTROOT/src/build/citest/setup-env"
+source "$PROJECT_ROOT/src/build/citest/setup-env"
#export HOSTBOOT_DEBUG=1 #-- Ensure printkd / tracd is compiled in.
OpenPOWER on IntegriCloud