eval the critical parts. Use specific exit codes. Add --run-time, --progress, --continue-on-error, and --defaults-file. Uncomment the version check call. Update the docs.

This commit is contained in:
Daniel Nichter
2013-03-11 13:28:41 -06:00
parent 270962ad54
commit 2463344060
3 changed files with 666 additions and 175 deletions

View File

@@ -46,6 +46,12 @@ test_diff_query_times(
expect => undef,
);
test_diff_query_times(
t1 => 0.01,
t2 => 0.5,
expect => ['0.01', '0.5', '50.0'],
);
test_diff_query_times(
t1 => 23,
t2 => 82,