Package: cmdtest Version: 0.12-1 Priority: wishlist Please support a "dumb" test progress reporting mode, which simply prints each test name on a new line as it is being run. Eg:
$ cmdtest --progress=dumb mytests test 1/3: foo test 2/3: bar test 3/3: baz 3/3 tests OK, 0 failures (Feel free to come up with a better name for the option) This should probably be the default when stdout is not a tty, or when TERM=dumb. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

