Skip to content

Commit 7abe08b

Browse files
committed
chore: try to fix tests (instrumentation file name changed)
1 parent 7d86ce0 commit 7abe08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ do
99
esac
1010
done
1111

12-
CARGO_TARGET_DIR=test-target RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" cargo build --release \
12+
CARGO_TARGET_DIR=test-target RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" LLVM_PROFILE_FILE="default.profraw" cargo build --release \
1313
&& cargo test --release --package tests "$whichtests" -- --nocapture -Z unstable-options --report-time && fullcoverage=10000
1414

1515
if test "$fullcoverage"; then

0 commit comments

Comments
 (0)