mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
This might fix our windows tests.
This commit is contained in:
@@ -6,7 +6,7 @@ import subprocess
|
||||
import json
|
||||
|
||||
solc = sys.argv[1]
|
||||
report = open("report.txt", "w")
|
||||
report = open("report.txt", "wb")
|
||||
|
||||
for optimize in [False, True]:
|
||||
for f in sorted(glob.glob("*.sol")):
|
||||
|
||||
Reference in New Issue
Block a user