Avery Pennarun
7822f5a5bb
t/*: rearrange tests into numbered directories.
...
It was getting way too ad-hoc in there. Let's reorganize the tests so that
there's a good, obvious, suggested sequence to run them in.
2012-02-08 01:56:50 -05:00
Avery Pennarun
94c254de77
Rename flush-cache.py to flush-cache, and rearrange the code a bit.
...
It was working fine, but the style wasn't exactly the way I like it, because
I'm unnecessarily picky. :)
Also, removed the file extension since we should probably learn from the
fact that it's already been rewritten once from one language to another.
Who knows, maybe it will be again someday.
2011-02-23 01:27:41 -08:00
Joseph Garvin
d039aad57b
Fix tests when the sqlite3 command line utility isn't installed.
...
We know the user already has to have python, so use its bindings.
2011-02-23 01:22:04 -08:00
Avery Pennarun
8dad223225
flush-cache: run it as a separate program, not using 'source'
...
That way it doesn't clutter up 'redo -x' as much.
2010-12-10 00:50:52 -08:00
Avery Pennarun
8953260d28
deps/test1.do: fix an == vs. =
...
In sh's [] command, you should use =, not ==. I got away with this because
bash accepts ==, but that's non-portable.
2010-11-27 21:48:43 -08:00
Avery Pennarun
b19a918894
Test for the previous bugfix.
...
This fails if you make test *twice* without the preceding patch.
Unfortunately I couldn't find a good way to make it fail if you only make
test once.
2010-11-21 04:41:03 -08:00