diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-06-14 01:07:50 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2022-06-14 01:07:50 (GMT) |
commit | 4a00171c98735f9041380f76e88d28f54eb158b6 (patch) | |
tree | b80e817427f0c921e4e94340af4b3b1d1dd511c4 /test | |
parent | 32936b08e4aa969d76aedd2d8353bdacb03f1547 (diff) | |
download | SCons-4a00171c98735f9041380f76e88d28f54eb158b6.zip SCons-4a00171c98735f9041380f76e88d28f54eb158b6.tar.gz SCons-4a00171c98735f9041380f76e88d28f54eb158b6.tar.bz2 |
Fix test
Diffstat (limited to 'test')
-rw-r--r-- | test/ninja/shutdown_scons_daemon.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ninja/shutdown_scons_daemon.py b/test/ninja/shutdown_scons_daemon.py index 39dddda..64ec2c7 100644 --- a/test/ninja/shutdown_scons_daemon.py +++ b/test/ninja/shutdown_scons_daemon.py @@ -28,6 +28,8 @@ from timeit import default_timer as timer import TestSCons from TestCmd import IS_WINDOWS +test = TestSCons.TestSCons() + try: import ninja except ImportError: @@ -38,7 +40,6 @@ try: except ImportError: test.skip_test("Could not find psutil module in python") -test = TestSCons.TestSCons() _python_ = TestSCons._python_ _exe = TestSCons._exe |