[PVFS2-CVS]
commit by pcarns in pvfs2/test/automated: run-cron-heroin.sh
CVS commit program
cvs at parl.clemson.edu
Fri May 7 10:36:01 EDT 2004
Update of /projects/cvsroot/pvfs2/test/automated
In directory parlweb:/tmp/cvs-serv12094
Modified Files:
run-cron-heroin.sh
Log Message:
fix a typo that was causing us to lose some error output in automated kernel
test
Index: run-cron-heroin.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/automated/run-cron-heroin.sh,v
diff -p -u -r1.1 -r1.2
--- run-cron-heroin.sh 21 Apr 2004 18:57:50 -0000 1.1
+++ run-cron-heroin.sh 7 May 2004 13:36:00 -0000 1.2
@@ -27,7 +27,7 @@ echo "=======================" >> /tmp/t
echo " " >> /tmp/test_out.txt
-./single-node-kernel-test.sh -k /home/pvfs2/linux-2.6.3/ -r $HOME/testing/$DATE/work/ 2>&1 >> /tmp/test_out.txt
+./single-node-kernel-test.sh -k /home/pvfs2/linux-2.6.3/ -r $HOME/testing/$DATE/work/ >> /tmp/test_out.txt 2>&1
if [ $? -ne 0 ] ; then
subject="PVFS2 kernel test: FAIL"
else
More information about the PVFS2-CVS
mailing list