From 975e03b3a4de0212e752ceef8d1d051c837ac189 Mon Sep 17 00:00:00 2001
From: Matthew McGill <mhollismcgill@gmail.com>
Date: Thu, 25 Oct 2018 19:31:08 +0000
Subject: [PATCH] thanos integration

Former-commit-id: be8c4ac8c51c3bff1ff8ef53c281b56ff165da8d
---
 tools/ps_analyze.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tools/ps_analyze.sh b/tools/ps_analyze.sh
index 54f8d186c..ebc5d0480 100755
--- a/tools/ps_analyze.sh
+++ b/tools/ps_analyze.sh
@@ -567,8 +567,12 @@ perform_step()
         grep_res=$?
         if [ $grep_res -eq 0 ] ; then
                 if [[ "$(stop_if_error $step)" != "0" ]]; then
-                        echo "EXECUTE_STEP CRITICAL $command" > $input_pipe
+			printf "SET_LOGFILE %s" $(pwd)/$logfile > $input_pipe
+			read -r log_set_res < $output_pipe
+			echo "EXECUTE_STEP CRITICAL $command" > $input_pipe
                 else
+			printf "SET_LOGFILE %s" $(pwd)/$logfile > $input_pipe
+			read -r log_set_res < $output_pipe
                         echo "EXECUTE_STEP OPTIONAL $command" > $input_pipe
                 fi
 
-- 
GitLab