Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1mm0rt41PC authored Apr 23, 2024
1 parent a5e3f68 commit 5c826cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def _build( cmd:list, repo:str, outputBin:str, testArg:str, errorExpected:int, z
run(cmd)

if not os.path.isfile(outputBin):
appveyor_push(logFile)
return log_err(f'Build {repo} FAIL: `{outputBin}` not present')

if (_err:=run((outputBin+' '+str(testArg)).strip('\r\n\t '))) != errorExpected:
Expand Down

0 comments on commit 5c826cf

Please sign in to comment.