Silence warning in case tests.sqlite doesn't exist
This commit is contained in:
parent
16f77f147a
commit
8d54c21a9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user