diff --git a/tools/gate/scripts/020-test-divingbell.sh b/tools/gate/scripts/020-test-divingbell.sh index 28a17f0..2e16707 100755 --- a/tools/gate/scripts/020-test-divingbell.sh +++ b/tools/gate/scripts/020-test-divingbell.sh @@ -5,7 +5,7 @@ # Print traceback when error occurs traceback(){ for ((i=0;i<${#FUNCNAME[@]}-1;i++)); do - log.TRACE $(caller $i) + echo $(caller $i) done exit 1 }