From bb23eadca16f18afaee8e7f69c02f3456358cc6b Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Sat, 11 Apr 2015 13:12:35 +0200 Subject: THRIFT-2946 Enhance usability of cross test framework introduce *make fail* to update known failures --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 65dfe9dbf..5b60c5f5c 100755 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,11 @@ precross: all precross-test precross-lib # TODO: generate --server and --client switches from "--with(out)-..." build flags cross: precross - python test/test.py -s + $(PYTHON) test/test.py -s + +fail: precross + $(PYTHON) test/test.py + $(PYTHON) test/test.py --update-expected-failures=overwrite codespell_skip_files = \ *.jar \ -- cgit v1.2.1