summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorin Hochstein <lorin@isi.edu>2011-07-19 11:04:36 -0400
committerLorin Hochstein <lorin@isi.edu>2011-07-19 11:04:36 -0400
commit90c8a7c73d2f12b761440c2e2d14002f6897a438 (patch)
tree3ef5b36801f61cdb2f3a9d9f44d80f225c07b5c3
parent05751530cdd3a0833025435403f9312da1e2feee (diff)
Zapped an extra newline
-rwxr-xr-xrun_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index ea0d75576..d27a2dc70 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -125,7 +125,6 @@ if [ $recreate_db -eq 1 ]; then
rm -f tests.sqlite
fi
-
run_tests || exit
# NOTE(sirp): we only want to run pep8 when we're running the full-test suite,