Skip to content
Snippets Groups Projects
Commit 6513730f authored by an7s's avatar an7s
Browse files

renamed crash.cso file generated from protect_pov step

Former-commit-id: bd49431c3135b0c874a9ec1e95874e0af0e4025a
parent 8ccfeffc
No related branches found
No related tags found
No related merge requests found
......@@ -829,9 +829,9 @@ perform_step appfw find_strings $PEASOUP_HOME/tools/do_appfw.sh $arch_bits $newn
#
# protect_pov
#
perform_step protect_pov fill_in_indtargs $PEASOUP_HOME/tools/do_protect_pov.sh a.ncexe $name crash.cso $step_options_protect_pov
if [ -f crash.cso ]; then
step_options_watch_allocate="$step_options_watch_allocate --warning_file=crash.cso"
perform_step protect_pov fill_in_indtargs $PEASOUP_HOME/tools/do_protect_pov.sh a.ncexe $name crash.pov.cso $step_options_protect_pov
if [ -f crash.pov.cso ]; then
step_options_watch_allocate="$step_options_watch_allocate --warning_file=crash.pov.cso"
fi
#
......
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