summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2011-07-06 17:02:00 +0000
committerEd Leafe <ed@leafe.com>2011-07-06 17:02:00 +0000
commita4d2fa0a88f125f56023b5611ef6420d577594bf (patch)
tree03817f1b0f2624e852881e7c857a25397e468d9d
parent6435ba27edea7e525305d349cafea3d08f5db2c6 (diff)
parent6b5f32f78d8339a7bd1ab48dd520ca4076961f98 (diff)
after trunk merge
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index ddeb1dc4a..b8078e150 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -114,7 +114,7 @@ if [ $just_pep8 -eq 1 ]; then
fi
if [ $recreate_db -eq 1 ]; then
- rm tests.sqlite
+ rm -f tests.sqlite
fi
run_tests || exit