diff options
| author | Ed Leafe <ed@leafe.com> | 2011-07-06 17:02:00 +0000 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-07-06 17:02:00 +0000 |
| commit | a4d2fa0a88f125f56023b5611ef6420d577594bf (patch) | |
| tree | 03817f1b0f2624e852881e7c857a25397e468d9d | |
| parent | 6435ba27edea7e525305d349cafea3d08f5db2c6 (diff) | |
| parent | 6b5f32f78d8339a7bd1ab48dd520ca4076961f98 (diff) | |
after trunk merge
| -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 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 |
