Skip to content
Snippets Groups Projects
Commit 95be3181 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: b3a8d71fdc711815fabfdb9b4238b47377e4f301
parent 187c0eeb
No related branches found
No related tags found
No related merge requests found
......@@ -626,7 +626,7 @@ check_steps_completed()
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 " in search path: $SECURITY_TRANSFORMS_HOME/plugins_install/)"
echo "*********************************************************"
echo "*********************************************************"
warnings=1
......@@ -905,7 +905,7 @@ do_plugins()
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 " in search 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