File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ shopt -s extglob
44
55MYBENCHDIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
66AUTOACTIVEDIR=$MYBENCHDIR /../../../autoactive
7- RESULTSDIR=$MYBENCHDIR /../../../results/st-cross-self2
7+ RESULTSDIR=$MYBENCHDIR /../../../results/st-cross-self-location
88OURTOOLPARALLEL=4
99CPACHECKERPARALLEL=4
1010VALIDATEPARALLEL=4
@@ -37,7 +37,7 @@ echo $LOGDIR3
3737
3838for dir in $LOGDIR3 /ourtool/* ; do
3939 echo $dir
40- cat $dir /output/invariantWitnesses/* .yaml > $dir /witness.yml
40+ cat $dir /output/invariantWitnesses/* .yaml | sed -e ' s|loop_invariant|location_invariant|g ' > $dir /witness.yml
4141done
4242
4343# Construct validation XMLs
Original file line number Diff line number Diff line change 33shopt -s extglob
44
55MYBENCHDIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
6- RESULTSDIR=$MYBENCHDIR /../../../results/st-lit
6+ RESULTSDIR=$MYBENCHDIR /../../../results/st-lit-location
77OURTOOLPARALLEL=14
88CPACHECKERPARALLEL=4
99ULTIMATEPARALLEL=4
@@ -47,11 +47,11 @@ echo $LOGDIR3
4747
4848for dir in $LOGDIR3 /cpachecker/* ; do
4949 echo $dir
50- cat $dir /output/invariantWitnesses/* .yaml > $dir /witness.yml
50+ cat $dir /output/invariantWitnesses/* .yaml | sed -e ' s|loop_invariant|location_invariant|g ' > $dir /witness.yml
5151done
5252for dir in $LOGDIR3 /uautomizer/* ; do
5353 echo $dir
54- cat $dir /output/invariantWitnesses/* .yaml > $dir /witness.yml
54+ cat $dir /output/invariantWitnesses/* .yaml | sed -e ' s|loop_invariant|location_invariant|g ' > $dir /witness.yml
5555done
5656
5757# Construct validation XMLs
You can’t perform that action at this time.
0 commit comments