Skip to content

Commit b075510

Browse files
committed
Fix ourtool-graphml LOGDIR in str-cross
1 parent 0661c06 commit b075510

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

thread-witnesses/st-cross/ourtool-validate-self.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
</rundefinition>
2222

2323
<rundefinition name="ourtool-graphml">
24-
<requiredfiles>RESULTSDIR/LOGDIR2/ourtool/${taskdef_name}/witness.yml</requiredfiles>
25-
<option name="--witness.yaml.unassume">RESULTSDIR/LOGDIR2/ourtool/${taskdef_name}/witness.yml</option>
26-
<option name="--witness.yaml.validate">RESULTSDIR/LOGDIR2/ourtool/${taskdef_name}/witness.yml</option>
24+
<requiredfiles>RESULTSDIR/LOGDIR3/ourtool/${taskdef_name}/witness.yml</requiredfiles>
25+
<option name="--witness.yaml.unassume">RESULTSDIR/LOGDIR3/ourtool/${taskdef_name}/witness.yml</option>
26+
<option name="--witness.yaml.validate">RESULTSDIR/LOGDIR3/ourtool/${taskdef_name}/witness.yml</option>
2727
</rundefinition>
2828

2929
</benchmark>

0 commit comments

Comments
 (0)