Skip to content

Commit

Permalink
add missing param to test
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed May 26, 2022
1 parent c228569 commit 25c5193
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/docker_run_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ fn simple_build(path: &str) -> String {
None,
None,
Vec::new(),
Vec::new(),
true,
)
.unwrap();
Expand Down Expand Up @@ -190,6 +191,7 @@ fn test_rust_custom_version() {
None,
None,
Vec::new(),
Vec::new(),
true,
)
.unwrap();
Expand Down Expand Up @@ -233,6 +235,7 @@ fn test_cowsay() {
None,
None,
Vec::new(),
Vec::new(),
true,
)
.unwrap();
Expand Down

0 comments on commit 25c5193

Please sign in to comment.