[Scummvm-git-logs] scummvm-sites director-buildbot -> 1c24bc8c4bbc49945bb1d222f14a320e08aee830
sev-
noreply at scummvm.org
Tue Apr 4 21:28:27 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:
1c24bc8c4b DIRECTOR-BUILDBOT: Always specify initial config for target steps
Commit: 1c24bc8c4bbc49945bb1d222f14a320e08aee830
https://github.com/scummvm/scummvm-sites/commit/1c24bc8c4bbc49945bb1d222f14a320e08aee830
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-04T23:27:50+02:00
Commit Message:
DIRECTOR-BUILDBOT: Always specify initial config for target steps
Changed paths:
director/targets.py
diff --git a/director/targets.py b/director/targets.py
index 47bc749..0148d75 100644
--- a/director/targets.py
+++ b/director/targets.py
@@ -61,13 +61,14 @@ def generate_command(target: TestTarget, moviename: str) -> list[str]:
"../scummvm",
"-c",
"scummvm.conf",
+ "--initial-cfg=/storage/scummvm-default.ini",
f"--start-movie={moviename}",
]
if target.debugflags:
command.append(f"--debugflags={target.debugflags}")
if target.autodetect:
command.extend(
- ["--initial-cfg=/storage/scummvm-default.ini", "-p", ".", "--auto-detect"]
+ ["-p", ".", "--auto-detect"]
)
else:
command.append(target.game_id)
More information about the Scummvm-git-logs
mailing list