[infra] Fix wrong variable name that broke the debian-package builder

TBR=whesse@google.com

Change-Id: Idc89bfb190e51a43ea09044476d9fbdf0562802d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170681
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2020-11-06 08:03:43 +00:00
parent bbe16d5dfe
commit 63b097ece0

View file

@ -42,7 +42,7 @@ def CreateDartTestFile(tempdir):
def Run(command):
print "Running: %s" % ' '.join(args)
print "Running: %s" % ' '.join(command)
sys.stdout.flush()
no_color_env['TERM'] = 'nocolor'