Skip to content

Commit

Permalink
test.ps1: Invoke-Expression "cobc -xj -I\exercises\practice\cpy CC#ex…
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredHeider committed Jul 4, 2024
1 parent bd71c18 commit 4cc9971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/PMAN0076/src/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Write-Output "Run cobolcheck."
Set-Location $PSScriptRoot

Invoke-Expression "$cobolcheck -p $slug"
Invoke-Expression "cobc -xj -I \exercises\practice\cpy CC##99.CBL"
Invoke-Expression "cobc -xj -I\exercises\practice\cpy CC##99.CBL"

if ($Lastexitcode -ne 0) {
exit $Lastexitcode
Expand Down

0 comments on commit 4cc9971

Please sign in to comment.