summaryrefslogtreecommitdiff
path: root/test/SConsignFile/use-dbhash.py
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2016-04-10 10:41:00 +0100
committerRussel Winder <russel@winder.org.uk>2016-04-10 10:41:00 +0100
commit6a37189174372c9c98c63ada58ab4352adf650e8 (patch)
tree521ddb1071569fa90100e11d7f03af13d5689aaf /test/SConsignFile/use-dbhash.py
parent14924bcc1713c5bd7dcf4db5b420204407048889 (diff)
parent3e0a831c7fcd60384266e14641a3a15f2cba1ced (diff)
downloadscons-git-6a37189174372c9c98c63ada58ab4352adf650e8.tar.gz
Commit resolved conflicted merge.
Diffstat (limited to 'test/SConsignFile/use-dbhash.py')
-rw-r--r--test/SConsignFile/use-dbhash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConsignFile/use-dbhash.py b/test/SConsignFile/use-dbhash.py
index bd9b79963..f70c8b095 100644
--- a/test/SConsignFile/use-dbhash.py
+++ b/test/SConsignFile/use-dbhash.py
@@ -55,7 +55,7 @@ test.write('SConstruct', """
import sys
import dbhash
SConsignFile('.sconsign', dbhash)
-B = Builder(action = '%(_python_)s build.py $TARGETS $SOURCES')
+B = Builder(action = r'%(_python_)s build.py $TARGETS $SOURCES')
env = Environment(BUILDERS = { 'B' : B })
env.B(target = 'f1.out', source = 'f1.in')
env.B(target = 'f2.out', source = 'f2.in')