From ceb52d82b137d5fc6c9c2bab773f0d6e3a8b515b Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 13 Aug 2018 14:13:42 -0700 Subject: [PATCH] Fix wrong path to testing frameworks SConscript (was breaking bootstrap builds) --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index fc94abda0d..f644d6d759 100644 --- a/SConstruct +++ b/SConstruct @@ -825,7 +825,7 @@ for p in [ scons ]: # Export('build_dir', 'env') -SConscript('testing/SConscript') +SConscript('testing/framework/SConscript') # #