diff --git a/cdash/jk-runbuild.sh b/cdash/jk-runbuild.sh
index d26017b747f19d12c7f4aabba93792b1410a1806..cedd6d6eb4ff06a9c17eeec9e773b0d5ea2c4dff 100755
--- a/cdash/jk-runbuild.sh
+++ b/cdash/jk-runbuild.sh
@@ -21,14 +21,14 @@ rm -rf /tmp/the.lock
 env | sort | sed 's/:/:?     /g' | tr '?' '\n'
 
 # do the build-----------------------------------------------------
-ctest -VV -S $THIS/lcgcmake-build.cmake 2> /dev/null
+ctest -VV -S $THIS/lcgcmake-build.cmake 
 
 if [ $? -eq 0 ]
 then
   echo "Successfully created file"
   exit 0
 else
-  echo "Could not create file" >&2
+  echo "Could not create file" 
   exit 1
 fi