We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f779da commit 8934462Copy full SHA for 8934462
1 file changed
.github/workflows/config.yml
@@ -86,7 +86,7 @@ jobs:
86
}
87
foreach ($f in $fmus) {
88
Write-Host "Checking FMU: $($f.FullName) ($($f.Name))"
89
- & ./fmusim.exe $f.FullName
+ & ./fmusim.exe --logging-on $f.FullName
90
if ($LASTEXITCODE -ne 0) {
91
Write-Error "FMUChecker failed for $($f.FullName) with exit code $LASTEXITCODE"
92
exit $LASTEXITCODE
0 commit comments