Skip to content

Commit

Permalink
redirect stdout as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Nov 3, 2023
1 parent 54bd7b6 commit 35f82d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/deterministic-it-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ seq $TEST_NUM | parallel MADSIM_TEST_SEED={} NEXTEST_PROFILE=ci-sim \
--no-fail-fast \
--cargo-metadata target/nextest/cargo-metadata.json \
--binaries-metadata target/nextest/binaries-metadata.json \
"$TEST_PATTERN" 2>$LOGDIR/deterministic-it-test-{}.log && rm $LOGDIR/deterministic-it-test-{}.log'
"$TEST_PATTERN" 1>$LOGDIR/deterministic-it-test-{}.log 2>&1 && rm $LOGDIR/deterministic-it-test-{}.log'

0 comments on commit 35f82d2

Please sign in to comment.