From 187c0eeb07546708b2f99e5463c71ff9b10ee11d Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Tue, 12 Feb 2019 09:44:36 -0500
Subject: [PATCH] improved missing-step warnings to indicate how steps are
 searched for

Former-commit-id: 3e4d093a69f251dbb67305d0b085df03c9beaeeb
---
 tools/ps_analyze.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/ps_analyze.sh b/tools/ps_analyze.sh
index 3c2fa46cc..a8d9958ad 100755
--- a/tools/ps_analyze.sh
+++ b/tools/ps_analyze.sh
@@ -625,6 +625,8 @@ check_steps_completed()
 				echo "*********************************************************"
 				echo "*********************************************************"
 				echo "  Warning! Step requested, but not performed: $step_name "
+				echo "  (Could not find ${step_name}.exe nor lib${step_name}.so"
+				echo "  in include path: $SECURITY_TRANSFORMS_HOME/plugins_install/)"
 				echo "*********************************************************"
 				echo "*********************************************************"
 				warnings=1
@@ -902,6 +904,8 @@ do_plugins()
 			echo "*********************************************************"
 			echo "*********************************************************"
 			echo "  Warning! Step requested, but not performed: $stepname "
+			echo "  (Could not find ${stepname}.exe nor lib${stepname}.so "
+			echo "  in include path: $SECURITY_TRANSFORMS_HOME/plugins_install/)"
 			echo "*********************************************************"
 			echo "*********************************************************"
 			warnings=1
-- 
GitLab