diff --git a/cdash/jk-runbuild.sh b/cdash/jk-runbuild.sh
index cedd6d6eb4ff06a9c17eeec9e773b0d5ea2c4dff..7bfee6bac9f6999a2987ccb070e0b4aba2112109 100755
--- a/cdash/jk-runbuild.sh
+++ b/cdash/jk-runbuild.sh
@@ -23,12 +23,3 @@ env | sort | sed 's/:/:?     /g' | tr '?' '\n'
 # do the build-----------------------------------------------------
 ctest -VV -S $THIS/lcgcmake-build.cmake 
 
-if [ $? -eq 0 ]
-then
-  echo "Successfully created file"
-  exit 0
-else
-  echo "Could not create file" 
-  exit 1
-fi
-