scons: Show the unit test full path.
authorJose Fonseca <jfonseca@vmware.com>
Thu, 14 Apr 2016 12:41:33 +0000 (13:41 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Tue, 19 Apr 2016 10:31:11 +0000 (11:31 +0100)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
scons/gallium.py

index 94321b2e8473e988b8b2675d92975949b2ee5146..dd29c75ff2652f9bf9194a6a109a75abf618743f 100755 (executable)
@@ -99,7 +99,7 @@ def unit_test(env, test_name, program_target, args=None):
     cmd = ' '.join(cmd)
 
     # http://www.scons.org/wiki/UnitTests
-    action = SCons.Action.Action(cmd, "  Running %s ..." % test_name)
+    action = SCons.Action.Action(cmd, "  Running $SOURCE ...")
     alias = env.Alias(test_name, program_target, action)
     env.AlwaysBuild(alias)
     env.Depends('check', alias)