Fix tests when the sqlite3 command line utility isn't installed.
We know the user already has to have python, so use its bindings.
This commit is contained in:
parent
e8790145be
commit
d039aad57b
12 changed files with 50 additions and 41 deletions
|
|
@ -1,11 +1,11 @@
|
|||
rm -f log dir1/log dir1/stinky
|
||||
touch t1.do
|
||||
../../flush-cache.sh
|
||||
../../flush-cache.py
|
||||
redo t1
|
||||
touch t1.do
|
||||
../../flush-cache.sh
|
||||
../../flush-cache.py
|
||||
redo t1
|
||||
../../flush-cache.sh
|
||||
../../flush-cache.py
|
||||
redo-ifchange t1
|
||||
C1="$(wc -l <dir1/log)"
|
||||
C2="$(wc -l <log)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue