Skip to content

Commit

Permalink
tests/NIT/nit.sh: log_debug the python shebang, and separate first
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jul 2, 2024
1 parent 2cf52b0 commit 0e2a8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NIT/nit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ isTestablePython() {
if [ x"${PY_SHEBANG}" = x"#!no" ] ; then
return 1
fi
log_info "Detected python shebang: '${PY_SHEBANG}'"
log_debug "=======\nDetected python shebang: '${PY_SHEBANG}'"
return 0
}

Expand Down

0 comments on commit 0e2a8a4

Please sign in to comment.