Skip to content

Commit ae0881c

Browse files
committed
Remove calls to '.stream'
1 parent dcd2ea1 commit ae0881c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/testsuite/sbom.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ fn build_sbom_project_bin_and_lib() {
7878
.build();
7979

8080
p.cargo("build -Zsbom")
81-
.stream()
8281
.masquerade_as_nightly_cargo(&["sbom"])
8382
.run();
8483

@@ -111,7 +110,6 @@ fn build_sbom_with_simple_build_script() {
111110
.build();
112111

113112
p.cargo("build -Zsbom")
114-
.stream()
115113
.masquerade_as_nightly_cargo(&["sbom"])
116114
.run();
117115

@@ -158,7 +156,6 @@ fn build_sbom_with_build_dependencies() {
158156
.build();
159157

160158
p.cargo("build -Zsbom")
161-
.stream()
162159
.masquerade_as_nightly_cargo(&["sbom"])
163160
.run();
164161
let path = p.bin("foo").with_extension("cargo-sbom.json");

0 commit comments

Comments
 (0)