Really fix termination status for boost unit tests
[senf.git] / satscons / SatSCons.py
index 12eb6cf..2d41598 100644 (file)
@@ -126,7 +126,7 @@ def Objects(env, sources, testSources = None, LIBS = []):
 
     if testSources:
         test = env.BoostUnitTests(
-            target = 'test.log',
+            target = 'test',
             source = sources,
             test_source = testSources,
             LIBS = LIBS,