Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click 8.1.8 no longer works #4044

Open
pombredanne opened this issue Dec 30, 2024 · 0 comments
Open

Click 8.1.8 no longer works #4044

pombredanne opened this issue Dec 30, 2024 · 0 comments

Comments

@pombredanne
Copy link
Member

See https://dev.azure.com/nexB/scancode-toolkit/_build/results?buildId=15131&view=logs&j=51e48696-633a-5fd5-beca-0cdec502e01c&t=1127802e-76e7-5642-21b8-a4a09f29d7bf

=========================== short test summary info ============================
FAILED tests/scancode/test_cli.py::test_usage_and_help_return_a_correct_script_name_on_all_platforms - AssertionError: 
  Failure to run:
  rc: 2
  scancode --help --test-mode --verbose
  output:
  Usage: scancode [OPTIONS] <OUTPUT FORMAT OPTION(s)> <input>...
  Try the 'scancode --help' option for help on options and arguments.
  
  Error: Invalid value: At least one input path is required.
  
  
assert 2 == 0
 +  where 2 = <Result SystemExit(2)>.exit_code
FAILED tests/scancode/test_cli.py::test_scan_cli_help - AssertionError: 
  Failure to run:
  rc: 2
  scancode --help --test-mode --verbose
  output:
  Usage: scancode [OPTIONS] <OUTPUT FORMAT OPTION(s)> <input>...
  Try the 'scancode --help' option for help on options and arguments.
  
  Error: Invalid value: At least one input path is required.
  
  
assert 2 == 0
 +  where 2 = <Result SystemExit(2)>.exit_code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant