Skip to content

Commit

Permalink
fixup! Rework how test processes are called on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 16, 2022
1 parent abb3018 commit 10005c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btest
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def ExpandBackticks(origvalue):
if not cmd:
return ""

tf_name = None
if sys.platform == 'win32':
try:
tf, tf_name = tempfile.mkstemp(suffix='.sh')
Expand Down

0 comments on commit 10005c0

Please sign in to comment.