Merge lp:~vishvananda/nova/fix-run-tests into lp:~hudson-openstack/nova/trunk

Proposed by Vish Ishaya
Status: Merged
Approved by: Vish Ishaya
Approved revision: 728
Merged at revision: 728
Proposed branch: lp:~vishvananda/nova/fix-run-tests
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
run_tests.sh (+1/-1)
To merge this branch: bzr merge lp:~vishvananda/nova/fix-run-tests
Reviewer Review Type Date Requested Status
Paul Voccio (community) Approve
Jay Pipes (community) Approve
Review via email: mp+51065@code.launchpad.net

Description of the change

Change missed reference to run_tests.err.log

To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) wrote :

good catch.

review: Approve
Revision history for this message
Paul Voccio (pvo) wrote :

ha. I came here to add this.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'run_tests.sh'
--- run_tests.sh 2011-02-23 23:29:02 +0000
+++ run_tests.sh 2011-02-24 02:57:31 +0000
@@ -47,7 +47,7 @@
47 ERRSIZE=`wc -l run_tests.log | awk '{print \$1}'`47 ERRSIZE=`wc -l run_tests.log | awk '{print \$1}'`
48 if [ "$ERRSIZE" -lt "40" ];48 if [ "$ERRSIZE" -lt "40" ];
49 then49 then
50 cat run_tests.err.log50 cat run_tests.log
51 fi51 fi
52 fi52 fi
53 return $RESULT53 return $RESULT