summaryrefslogtreecommitdiffstats
path: root/scons/gallium.py
diff options
context:
space:
mode:
Diffstat (limited to 'scons/gallium.py')
-rwxr-xr-xscons/gallium.py2
1 files changed, 1 insertions, 1 deletions
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)