Coverage for tests/testFailedTests/SConstruct: 67%
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# -*- python -*-
2#
3# Setup our environment
4#
5from lsst.sconsUtils import scripts, targets, env
6scripts.BasicSConstruct.initialize(packageName="testFailedTest")
7scripts.BasicSConstruct.finish()