Skip to content

Commit

Permalink
Fix wrong path to testing frameworks SConscript (was breaking bootstr…
Browse files Browse the repository at this point in the history
…ap builds)
  • Loading branch information
bdbaddog committed Aug 13, 2018
1 parent 5d21b1c commit ceb52d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -825,7 +825,7 @@ for p in [ scons ]:
#
Export('build_dir', 'env')

SConscript('testing/SConscript')
SConscript('testing/framework/SConscript')

#
#
Expand Down

0 comments on commit ceb52d8

Please sign in to comment.