Skip to content

Commit

Permalink
Fix composer-unused test command
Browse files Browse the repository at this point in the history
The tool does not seem to return a successful exit code when it is not run in a context of a composer app.
  • Loading branch information
jakzal committed Jan 10, 2020
1 parent 5584cf9 commit 850340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"bin": "%target-dir%/composer-unused"
}
},
"test": "composer-unused -h"
"test": "composer-unused -vvv | grep 'Your system is ready'"
},
{
"name": "dephpend",
Expand Down

0 comments on commit 850340e

Please sign in to comment.