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

Unblocking the peasoup toolchain by removing the tracer option from the replayer

parent 27bbbaa0
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,8 @@ $SMPSA_HOME/SMP-analyze.sh a.ncexe
echo Done.
echo Running concolic testing to generate inputs ...
$PEASOUP_HOME/tools/do_concolic.sh a --iterations 25 --logging tracer,instance_times,trace
#$PEASOUP_HOME/tools/do_concolic.sh a --iterations 25 --logging tracer,instance_times,trace
$PEASOUP_HOME/tools/do_concolic.sh a --iterations 25 --logging tracer
# 2>&1 |egrep -e "INPUT VECTOR:" -e "1: argc ="
# >/dev/null 2>&1
echo Done.
......
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