Skip to content

Commit f4bb25c

Browse files
committed
Fix redirect
Signed-off-by: Larry Gritz <[email protected]>
1 parent 4c53fa1 commit f4bb25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/openexr-suite/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55
# https://github.com/AcademySoftwareFoundation/OpenImageIO
66

7-
redirect = " >> out.txt 2>> out.txt"
7+
redirect = " >> out.txt 2>&1"
88

99
# ../openexr-images/ScanLines:
1010
# Blobbies.exr Cannon.exr MtTamWest.exr StillLife.exr

0 commit comments

Comments
 (0)