Mesa (master): scons: Show the unit test full path.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Apr 19 10:32:39 UTC 2016


Module: Mesa
Branch: master
Commit: 7d2151b6ea1f0e4f5c4dbee423969d3ef425b0c4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d2151b6ea1f0e4f5c4dbee423969d3ef425b0c4

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Thu Apr 14 13:41:33 2016 +0100

scons: Show the unit test full path.

Reviewed-by: Roland Scheidegger <sroland at vmware.com>

---

 scons/gallium.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 94321b2..dd29c75 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -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)




More information about the mesa-commit mailing list