[Scummvm-git-logs] scummvm-sites director-buildbot -> 58727bb002d17a2e50eee3b68b8e5be2af2b9c72

rvanlaar noreply at scummvm.org
Wed Jan 25 21:09:01 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .

Summary:
58727bb002 DIRECTOR-BUILDBOT: use the <49 char as name


Commit: 58727bb002d17a2e50eee3b68b8e5be2af2b9c72
    https://github.com/scummvm/scummvm-sites/commit/58727bb002d17a2e50eee3b68b8e5be2af2b9c72
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2023-01-25T22:08:35+01:00

Commit Message:
DIRECTOR-BUILDBOT: use the <49 char as name

Changed paths:
    director/targets.py


diff --git a/director/targets.py b/director/targets.py
index dc6315a..288fda7 100644
--- a/director/targets.py
+++ b/director/targets.py
@@ -104,7 +104,7 @@ def generate_builder(target: TestTarget, workernames: list[str]) -> BuilderConfi
             name = name[-49:]
         factory.addStep(
             ScummVMTest(
-                name=moviename,
+                name=name,
                 description=moviename,
                 descriptionDone=moviename,
                 command=generate_command(target, moviename),




More information about the Scummvm-git-logs mailing list