summaryrefslogtreecommitdiffstats
path: root/test/D/Issues
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2014-12-21 17:47:01 (GMT)
committerRussel Winder <russel@winder.org.uk>2014-12-21 17:47:01 (GMT)
commitcf37fe92d43ccb0d2ec715fc603ca439588ee566 (patch)
tree581f06d779d715f78d577bbcce940a4be9ed81a3 /test/D/Issues
parent975776d32d0f78b3a9d03a0c3ce29a3af2f1b872 (diff)
downloadSCons-cf37fe92d43ccb0d2ec715fc603ca439588ee566.zip
SCons-cf37fe92d43ccb0d2ec715fc603ca439588ee566.tar.gz
SCons-cf37fe92d43ccb0d2ec715fc603ca439588ee566.tar.bz2
Hack the tests (in an agreed quasi-acceptable way) to avoid CI fails.
Diffstat (limited to 'test/D/Issues')
-rw-r--r--test/D/Issues/2939_Ariovistus/Project/SConstruct_template3
-rw-r--r--test/D/Issues/2940_Ariovistus/Project/SConstruct_template3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/D/Issues/2939_Ariovistus/Project/SConstruct_template b/test/D/Issues/2939_Ariovistus/Project/SConstruct_template
index 55f02aa..c78ba96 100644
--- a/test/D/Issues/2939_Ariovistus/Project/SConstruct_template
+++ b/test/D/Issues/2939_Ariovistus/Project/SConstruct_template
@@ -2,6 +2,9 @@ from os.path import join
environment = Environment({})
+import os
+environment['ENV']['HOME'] = os.environ['HOME'] # Hack for gdmd
+
Export('environment')
environment.SConscript([
diff --git a/test/D/Issues/2940_Ariovistus/Project/SConstruct_template b/test/D/Issues/2940_Ariovistus/Project/SConstruct_template
index 55f02aa..c78ba96 100644
--- a/test/D/Issues/2940_Ariovistus/Project/SConstruct_template
+++ b/test/D/Issues/2940_Ariovistus/Project/SConstruct_template
@@ -2,6 +2,9 @@ from os.path import join
environment = Environment({})
+import os
+environment['ENV']['HOME'] = os.environ['HOME'] # Hack for gdmd
+
Export('environment')
environment.SConscript([