Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 14, 2024
1 parent 16fd6fa commit 7ec431f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/src/testFixtures/kotlin/ThetaExecutor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ class ThetaExecutor(
"--mount", "type=bind,source=$workingDirectory,target=/host",
"ftsrg/theta-xsts-cli:$version",
"CEGAR",
"--model", """"/host/$model"""",
"--property", """"/host/$property"""",
"--cexfile", """"/host/$cex"""",
"--model", "/host/$model",
"--property", "/host/$property",
"--cexfile", "/host/$cex",
*parameter.split(" ").toTypedArray(),
)
.redirectOutput(File(workingDirectory, logName))
Expand Down

0 comments on commit 7ec431f

Please sign in to comment.