We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--pass-with-no-tests
1 parent 71e8bec commit d00dbcdCopy full SHA for d00dbcd
pomsky-bin/src/testing.rs
@@ -69,6 +69,7 @@ pub(crate) fn test(logger: &Logger, args: GlobalOptions, test_args: TestOptions)
69
exit(0);
70
} else {
71
logger.error().println("no `*.pomsky` files found to test");
72
+ logger.note().println("run with `--pass-with-no-tests` to ignore this error");
73
exit(5);
74
}
75
0 commit comments