You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'kyua test cmd_help_test: ignore_bad_config' test is failing (path: / usr / local / tests / kyua / integration /).
cmd_help_test: ignore_bad_config -> failed: atf-check failed; see the output of the test for details [0.089s]
Inside the test code 'kyua -c bad-config help' is not behaving correctly.
Standard help (how to use, options) should be shown. But the behavior is being this:
#echo 'this is an invalid configuration file' && kyua -c bad-config help
this is an invalid configuration file
kyua: E: Load of 'bad-config' failed: File 'bad-config' not found.
This failure occurred on 64-bit PowerPC (freeBSD 13 Current).
The 'kyua test cmd_help_test: ignore_bad_config' test is failing (path: / usr / local / tests / kyua / integration /).
cmd_help_test: ignore_bad_config -> failed: atf-check failed; see the output of the test for details [0.089s]
Inside the test code 'kyua -c bad-config help' is not behaving correctly.
Standard help (how to use, options) should be shown. But the behavior is being this:
This failure occurred on 64-bit PowerPC (freeBSD 13 Current).
Similar to issue #36
The text was updated successfully, but these errors were encountered: