Skip to content

Commit d4f9db8

Browse files
chore: adding backtracing for better debugging
1 parent d3dbbd6 commit d4f9db8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ case "${TARGET}" in
190190
# because the binary needs to run directly on the host.
191191
# Hence the use of `env -u`.
192192
env -u CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER
193-
CPPFLAGS="${TEST_CPPFLAGS}" RUSTFLAGS="${HOST_RUSTFLAGS}" RUST_LOG=warn \
193+
CPPFLAGS="${TEST_CPPFLAGS}" RUSTFLAGS="${HOST_RUSTFLAGS}"
194+
RUST_LOG=warn RUST_BACKTRACE=1 \
194195
cargo run "${INTRINSIC_TEST}" "${PROFILE}" \
195196
--bin intrinsic-test -- intrinsics_data/x86-intel.xml \
196197
--runner "${TEST_RUNNER}" \

0 commit comments

Comments
 (0)