mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
Skip scripts as well
This commit is contained in:
parent
3d693ae017
commit
a6808f5ce0
@ -249,6 +249,7 @@ fn test_repository(name: &str, repository: &str, ignore: &[&str]) {
|
||||
.arg("update")
|
||||
.arg("--ignore-platform-reqs")
|
||||
.arg("--no-plugins")
|
||||
.arg("--no-scripts")
|
||||
.current_dir(&out_path)
|
||||
.output()
|
||||
.expect("failed to run composer");
|
||||
|
Loading…
Reference in New Issue
Block a user