diff --git a/run_test.sh b/run_test.sh index 7eb483162f..096790d567 100755 --- a/run_test.sh +++ b/run_test.sh @@ -6,6 +6,7 @@ fatal() { } if [ -z "$BUILD_DIR" ] ; then fatal "env var BUILD_DIR is not defined"; fi +if [ -z "$HCC_HOME" ] ; then fatal "env var HCC_HOME is not defined"; fi cd $BUILD_DIR ./run.sh