summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-01-21 21:01:53 +0000
committerLars Wirzenius <liw@liw.fi>2014-01-21 21:01:53 +0000
commit0da0eb42be3ec77416d154336e36a2c6c19b1c6b (patch)
treefb3d0b470568e9352c23f56f1df1b1ba14446758 /NEWS
parent058d1ae7730d8306242035347cacd1ca7b9787d7 (diff)
downloadcmdtest-0da0eb42be3ec77416d154336e36a2c6c19b1c6b.tar.gz
Add --allow-missing-steps
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 555c610..5c99718 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ For yarn:
but don't use the user's real home directory, which is important for
test environment hygiene.
+* New option `--allow-missing-steps` to allow running a test suite
+ with some steps missing. The scenarios with missing steps will be
+ skipped. Suggested by Pete Fotheringham.
+
For cmdtest:
* The `--test` (`-t`) option should now work again. Thank you