Skip to content
Snippets Groups Projects
Commit f4a80543 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[analysis-scripts] a few more fixes for creduce.sh

parent 6031a122
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ This script creates a temporary directory named 'creducing'. It copies <file>
inside it, then runs creduce with 'frama-c <command line options>'
on the copied file, modifying it to make it smaller while still crashing.
When done, you need to copy the reduced file and erase directoy 'creducing'.
When done, you need to copy the reduced file and erase directory 'creducing'.
# Script options
......@@ -286,3 +286,4 @@ set -e
"$CREDUCE" script_for_creduce.sh "$base"
echo "Finished reducing file: $dir_for_reduction/$base"
echo "Remember to remove 'script_for_creduce.sh' after you are done."
......@@ -28,8 +28,10 @@ set +o pipefail
##########
set -o pipefail
"@FRAMAC@" "@BASE@" @FCFLAGS@ 2>&1 | tee $fc_out
fc_retcode=$(echo ${PIPESTATUS[0]})
set +o pipefail
### Examples of conditions to be maintained by C-Reduce; copy and adapt
#
......
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