Skip to content
Snippets Groups Projects
Commit 187c0eeb authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

improved missing-step warnings to indicate how steps are searched for

Former-commit-id: 3e4d093a69f251dbb67305d0b085df03c9beaeeb
parent 270fe858
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment