Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 616394
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/SConstruct
0
++ b/SConstruct
Lines 468-474 Link Here
468
check_script = env.File('build/check.py').rstr()
468
check_script = env.File('build/check.py').rstr()
469
test_dir = env.File('test/test_all.c').rfile().get_dir()
469
test_dir = env.File('test/test_all.c').rfile().get_dir()
470
src_dir = env.File('serf.h').rfile().get_dir()
470
src_dir = env.File('serf.h').rfile().get_dir()
471
test_app = ("%s %s %s %s") % (sys.executable, check_script, test_dir, 'test')
471
test_app = ('datefudge "2015-01-01 00:00" %s %s %s %s') % (sys.executable, check_script, test_dir, 'test')
472
472
473
# Set the library search path for the test programs
473
# Set the library search path for the test programs
474
test_env = {'PATH' : os.environ['PATH'],
474
test_env = {'PATH' : os.environ['PATH'],

Return to bug 616394