From 1ab73ce9886cec0ab6a72dd9d6fad52c085a7153 Mon Sep 17 00:00:00 2001 From: falgout Date: Mon, 30 Apr 2012 15:41:13 +0000 Subject: [PATCH] One more fix --- AUTOTEST/klocwork.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTOTEST/klocwork.sh b/AUTOTEST/klocwork.sh index f79de3f69..d1ca2b315 100755 --- a/AUTOTEST/klocwork.sh +++ b/AUTOTEST/klocwork.sh @@ -73,6 +73,6 @@ build_list=`kwadmin list-builds hypre` # generate the list of new issues build_name=`echo $build_list | awk '{print $1}'` kwinspectreport --license-host swordfish --host rzcereal3 --port 8066 --text hyprenew.txt --state new --project hypre --build $build_name -cat hyprenew.txt > &2 +cat hyprenew.txt >&2 # TODO: add lines to delete old builds (e.g., keep the latest 5 builds)