Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit b3744ec

Browse files
author
Sauyon Lee
committed
autobuilder: log if tracing is enabled
1 parent f5d8fe6 commit b3744ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeql-tools/autobuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ LGTM_SRC="$(pwd)"
1212
export LGTM_SRC
1313

1414
if [ "${CODEQL_EXTRACTOR_GO_TRACE:-}" == "on" ]; then
15+
echo "Tracing enabled"
1516
"$CODEQL_EXTRACTOR_GO_ROOT/tools/$CODEQL_PLATFORM/go-build"
1617
else
1718
"$CODEQL_EXTRACTOR_GO_ROOT/tools/$CODEQL_PLATFORM/go-autobuilder"

0 commit comments

Comments
 (0)