Skip to content

Commit

Permalink
[hotfix][tests] Fix command not found error in azure watchdog script
Browse files Browse the repository at this point in the history
  • Loading branch information
link3280 authored and MartijnVisser committed May 23, 2022
1 parent 0ad2fa9 commit 9920140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/azure-pipelines/uploading_watchdog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function timeout_watchdog() {
if [[ $secondsToKill -lt 0 ]]; then
secondsToKill=0
fi
sleep $(secondsToKill)
sleep ${secondsToKill}
print_stacktraces | tee "$DEBUG_FILES_OUTPUT_DIR/jps-traces.1"

echo "============================="
Expand Down

0 comments on commit 9920140

Please sign in to comment.