diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-23 18:54:13 -0800 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-23 18:54:13 -0800 |
| commit | 3aa0183bca5585c706b4b02e0a7542422015c693 (patch) | |
| tree | 630df484fe72c315d9ca1b1983e3c270cb123566 | |
| parent | 211810f9eae7eb07a3d8947dacbaa5e3874d4670 (diff) | |
fix missed err.log
| -rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index d4586a57e..7ac3ff33f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -47,7 +47,7 @@ function run_tests { ERRSIZE=`wc -l run_tests.log | awk '{print \$1}'` if [ "$ERRSIZE" -lt "40" ]; then - cat run_tests.err.log + cat run_tests.log fi fi return $RESULT |
