From 9eb0b9064b7eb0ec089be5fc643f26552c035315 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 28 Feb 2017 09:16:16 -0800 Subject: no need to write SConstruct as binary file change to normal file --- test/Builder/different-actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Builder/different-actions.py b/test/Builder/different-actions.py index d84a9f9..f98db93 100644 --- a/test/Builder/different-actions.py +++ b/test/Builder/different-actions.py @@ -39,7 +39,7 @@ e2 = Environment() e1.Command('out.txt', [], 'echo 1 > $TARGET') e2.Command('out.txt', [], 'echo 2 > $TARGET') -""") +""",'w') expect = TestSCons.re_escape(""" scons: *** Two environments with different actions were specified for the same target: out.txt -- cgit v0.12