summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTestRelease.job2
1 files changed, 2 insertions, 0 deletions
diff --git a/TestRelease.job b/TestRelease.job
index 57cbd319..8819caff 100755
--- a/TestRelease.job
+++ b/TestRelease.job
@@ -101,8 +101,10 @@ fi
# See if the compilation worked
if test -e ${testdir}/hi; then
+ echo Compilation of hello.cpp: SUCCESS
exit 0
else
+ echo Compilation of hello.cpp: FAILED
exit 1
fi