From 77ead8af20180453aa2d0db67d7856641bd5498f Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Wed, 1 Sep 2021 17:31:56 +0800 Subject: fix(cli): retain path based test mode inference (#11878) --- cli/tests/integration/test_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration/test_tests.rs') diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index 971e756a9..d9d1eed45 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -67,6 +67,12 @@ itest!(doc { output: "test/doc.out", }); +itest!(doc_only { + args: "test --doc --allow-all test/doc_only", + exit_code: 0, + output: "test/doc_only.out", +}); + itest!(markdown { args: "test --doc --allow-all test/markdown.md", exit_code: 1, -- cgit v1.2.3