Skip to content

Commit

Permalink
Remove calls to '.stream'
Browse files Browse the repository at this point in the history
  • Loading branch information
justahero committed May 2, 2024
1 parent dcd2ea1 commit ae0881c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/testsuite/sbom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ fn build_sbom_project_bin_and_lib() {
.build();

p.cargo("build -Zsbom")
.stream()
.masquerade_as_nightly_cargo(&["sbom"])
.run();

Expand Down Expand Up @@ -111,7 +110,6 @@ fn build_sbom_with_simple_build_script() {
.build();

p.cargo("build -Zsbom")
.stream()
.masquerade_as_nightly_cargo(&["sbom"])
.run();

Expand Down Expand Up @@ -158,7 +156,6 @@ fn build_sbom_with_build_dependencies() {
.build();

p.cargo("build -Zsbom")
.stream()
.masquerade_as_nightly_cargo(&["sbom"])
.run();
let path = p.bin("foo").with_extension("cargo-sbom.json");
Expand Down

0 comments on commit ae0881c

Please sign in to comment.