@@ -232,6 +232,7 @@ this is a runner
232
232
. with_stderr_data ( str![ [ r#"
233
233
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
234
234
[RUNNING] `target/debug/cargo-jobserver-check[EXE]`
235
+ ...
235
236
thread 'main' panicked at src/main.rs:5:43:
236
237
no jobserver from env: NotPresent
237
238
[NOTE] run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@@ -248,9 +249,11 @@ no jobserver from env: NotPresent
248
249
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
249
250
[RUNNING] `runner target/debug/cargo-jobserver-check[EXE]`
250
251
this is a runner
252
+ ...
251
253
thread 'main' panicked at src/main.rs:5:43:
252
254
no jobserver from env: NotPresent
253
255
[NOTE] run with `RUST_BACKTRACE=1` environment variable to display a backtrace
256
+ ...
254
257
thread 'main' panicked at src/main.rs:6:17:
255
258
assertion failed: status.success()
256
259
[NOTE] run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@@ -268,6 +271,7 @@ test test ... FAILED
268
271
failures:
269
272
270
273
---- test stdout ----
274
+ ...
271
275
thread 'test' panicked at src/lib.rs:4:42:
272
276
no jobserver from env: NotPresent
273
277
[NOTE] run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@@ -290,6 +294,7 @@ test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out;
290
294
[FINISHED] `test` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
291
295
[RUNNING] unittests src/lib.rs (target/debug/deps/cargo_jobserver_check-[HASH][EXE])
292
296
this is a runner
297
+ ...
293
298
thread 'main' panicked at src/main.rs:6:17:
294
299
assertion failed: status.success()
295
300
[NOTE] run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@@ -304,6 +309,7 @@ test test ... FAILED
304
309
failures:
305
310
306
311
---- test stdout ----
312
+ ...
307
313
thread 'test' panicked at src/lib.rs:4:42:
308
314
no jobserver from env: NotPresent
309
315
[NOTE] run with `RUST_BACKTRACE=1` environment variable to display a backtrace
0 commit comments