Skip to content

Commit 18c424f

Browse files
committed
Fix converted LOGDIR rundefinition name in st-cross
1 parent b075510 commit 18c424f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • thread-witnesses/st-cross

thread-witnesses/st-cross/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shopt -s extglob
44

55
MYBENCHDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
66
AUTOACTIVEDIR=$MYBENCHDIR/../../../autoactive
7-
RESULTSDIR=$MYBENCHDIR/../../../results/st-cross-self
7+
RESULTSDIR=$MYBENCHDIR/../../../results/st-cross-self2
88
OURTOOLPARALLEL=4
99
CPACHECKERPARALLEL=4
1010
VALIDATEPARALLEL=4
@@ -35,7 +35,7 @@ cd $RESULTSDIR
3535
LOGDIR3=`echo convert.*.files`
3636
echo $LOGDIR3
3737

38-
for dir in $LOGDIR3/cpachecker/* ; do
38+
for dir in $LOGDIR3/ourtool/* ; do
3939
echo $dir
4040
cat $dir/output/invariantWitnesses/*.yaml > $dir/witness.yml
4141
done

0 commit comments

Comments
 (0)