Skip to content

Commit 614b9e0

Browse files
committed
fix tests
Signed-off-by: Aleksandr Motsjonov <soswow@gmail.com>
1 parent 811ea91 commit 614b9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsuite/runtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def runtest (command: str, outputs: list[str], failureok: int=0) -> int :
418418
err = 0
419419
# print ("working dir = " + tmpdir)
420420
os.chdir (srcdir)
421-
for out in outputs:
421+
for out in ("out.txt", "out.err.txt", "out-nanobind.txt"):
422422
if os.path.exists(out):
423423
os.remove(out)
424424
open ("out.txt", "w").close() # truncate out.txt

0 commit comments

Comments
 (0)