Rust: set RUST_BACKTRACE=1

This commit is contained in:
Arthur Baars
2024-10-04 10:42:58 +02:00
parent 796da126b8
commit 0c10f083cb
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
export RUST_BACKTRACE=1
exec "${CODEQL_DIST}/codeql" database index-files \
--working-dir=. --language=rust --include-extension=.rs \
"${CODEQL_EXTRACTOR_RUST_WIP_DATABASE}"

View File

@@ -2,4 +2,5 @@
set -eu
export RUST_BACKTRACE=1
exec "$CODEQL_EXTRACTOR_RUST_ROOT/tools/$CODEQL_PLATFORM/extractor" @"$1"