dsifford / yarn-completion

Bash completion for Yarn
MIT License
277 stars 25 forks source link

Tests are failing #38

Closed onlined closed 4 years ago

onlined commented 5 years ago

OS: Arch Linux Bash version: 5.0.7 and 4.4.23 both Yarn version: 1.16.0 yarn-completion version: 0.14.0

Tests are failing with the following output.

======================================================================
Environment checks
======================================================================
  should match yarn version line in src file........................OK
======================================================================
Checking top-level commands
======================================================================
  should have matching commands.....................................OK
  should have matching global options...............................OK
======================================================================
Checking top-level command options
======================================================================
  [access] should have matching options.............................OK
  [add] should have matching options................................OK
  [audit] should have matching options..........................FAILED
  | ERROR (audit): mismatched options found
  | 
  | --groups
  | --level
  [autoclean] should have matching options..........................OK
  [bin] should have matching options................................OK
  [cache] should have matching options..............................OK
  [check] should have matching options..............................OK
  [config] should have matching options.............................OK
  [create] should have matching options.............................OK
  [exec] should have matching options...............................OK
  [generate-lock-entry] should have matching options................OK
  [global] should have matching options.............................OK
  [help] should have matching options...............................OK
  [import] should have matching options.............................OK
  [info] should have matching options...............................OK
  [init] should have matching options...............................OK
  [install] should have matching options............................OK
  [licenses] should have matching options...........................OK
  [link] should have matching options...............................OK
  [list] should have matching options...............................OK
  [login] should have matching options..............................OK
  [logout] should have matching options.............................OK
  [node] should have matching options...............................OK
  [outdated] should have matching options...........................OK
  [owner] should have matching options..............................OK
  [pack] should have matching options...............................OK
  [policies] should have matching options...........................OK
  [publish] should have matching options............................OK
  [remove] should have matching options.............................OK
  [run] should have matching options................................OK
  [tag] should have matching options................................OK
  [team] should have matching options...............................OK
  [unlink] should have matching options.............................OK
  [unplug] should have matching options.............................OK
  [upgrade] should have matching options............................OK
  [upgrade-interactive] should have matching options................OK
  [version] should have matching options............................OK
  [versions] should have matching options...........................OK
  [why] should have matching options................................OK
  [workspace] should have matching options..........................OK
  [workspaces] should have matching options.........................OK

There were 1 failures.
dsifford commented 5 years ago

Not able to reproduce this. It's also building fine in CI, so that makes me wonder if it's a machine issue on your end?

onlined commented 5 years ago

In CI, I couldn't see builds with new version (0.14.0).

dsifford commented 5 years ago

Are you having a specific issue related to the failure in the build that you pasted or you just letting me know that the build failed?

onlined commented 5 years ago

I am just letting you know.