This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 9920140209a [hotfix][tests] Fix command not found error in azure 
watchdog script
9920140209a is described below

commit 9920140209a11bf0dae1c400cfaba395cc499a13
Author: Paul Lam <paullin3...@gmail.com>
AuthorDate: Sat Sep 18 16:39:27 2021 +0800

    [hotfix][tests] Fix command not found error in azure watchdog script
---
 tools/azure-pipelines/uploading_watchdog.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/azure-pipelines/uploading_watchdog.sh 
b/tools/azure-pipelines/uploading_watchdog.sh
index c49f093200a..152f11581d0 100755
--- a/tools/azure-pipelines/uploading_watchdog.sh
+++ b/tools/azure-pipelines/uploading_watchdog.sh
@@ -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 "============================="

Reply via email to