Skip to content

Commit adb8124

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/run.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,9 @@ case "${TARGET}" in
189189
# `CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER` is not necessary for `intrinsic-test`
190190
# because the binary needs to run directly on the host.
191191
# Hence the use of `env -u`.
192-
env -u CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER
193-
CPPFLAGS="${TEST_CPPFLAGS}" RUSTFLAGS="${HOST_RUSTFLAGS}" RUST_LOG=warn \
192+
env -u CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER \
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)