Skip to content

Commit 7ea8884

Browse files
committed
temporary: remove --nocapture
1 parent b3209de commit 7ea8884

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/run.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ echo "FEATURES=${FEATURES}"
2222
echo "OBJDUMP=${OBJDUMP}"
2323

2424
cd coresimd
25-
cargo test --all --target $TARGET --features $FEATURES --verbose -- --nocapture
26-
cargo test --all --release --target $TARGET --features $FEATURES --verbose -- --nocapture
25+
cargo test --all --target $TARGET --features $FEATURES --verbose
26+
cargo test --all --release --target $TARGET --features $FEATURES --verbose
2727
cd ..
28-
cargo test --all --target $TARGET --features $FEATURES --verbose -- --nocapture
29-
cargo test --all --release --target $TARGET --features $FEATURES --verbose -- --nocapture
28+
cargo test --all --target $TARGET --features $FEATURES --verbose
29+
cargo test --all --release --target $TARGET --features $FEATURES --verbose

0 commit comments

Comments
 (0)