From a7bac8bd22d1c2c54e9339e11cc882d446ff0baf Mon Sep 17 00:00:00 2001 From: "Bryan P. Arant" Date: Tue, 16 Aug 2016 17:25:27 -0700 Subject: [PATCH] printing dumpling url at upload time. --- tests/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtest.sh b/tests/runtest.sh index 8b835e0679..13e940c7b6 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -618,7 +618,7 @@ function upload_core_file_to_dumpling { fi # The output from this will include a unique ID for this dump. - ./$dumpling_script "--corefile" "$core_file_name" "upload" "--addpaths" $paths_to_add "--squelch" >> $dumpling_file + ./$dumpling_script "--corefile" "$core_file_name" "upload" "--addpaths" $paths_to_add "--squelch" | tee -a $dumpling_file } function preserve_core_file { -- 2.34.1