summaryrefslogtreecommitdiffstats
path: root/bin/SConsExamples.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-04-30 01:10:43 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-04-30 01:10:43 (GMT)
commitf095eb14013f1f3e21dbb213b4e43694ecbf091d (patch)
tree0bf58214c693246b2d99ecb97295c90c6a1627b6 /bin/SConsExamples.py
parent4d2f1e1c2b35d4908067a36cba6850371017c105 (diff)
downloadSCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.zip
SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.tar.gz
SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.tar.bz2
move test files from QMTest to testing/framework. QMtest hasn't been used in quite some time
Diffstat (limited to 'bin/SConsExamples.py')
-rw-r--r--bin/SConsExamples.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/SConsExamples.py b/bin/SConsExamples.py
index a2ed570..7491c58 100644
--- a/bin/SConsExamples.py
+++ b/bin/SConsExamples.py
@@ -416,8 +416,8 @@ def exampleNamesAreUnique(dpath):
#
# ###############################################################
-sys.path.append(os.path.join(os.getcwd(), 'QMTest'))
-sys.path.append(os.path.join(os.getcwd(), 'build', 'QMTest'))
+sys.path.append(os.path.join(os.getcwd(), 'testing/framework'))
+sys.path.append(os.path.join(os.getcwd(), 'build', 'testing/framework'))
scons_py = os.path.join('bootstrap', 'src', 'script', 'scons.py')
if not os.path.exists(scons_py):