[Scummvm-git-logs] scummvm-sites director-buildbot -> 31afc23705594ba2ea57d35aba3a395f6f5926fc
sev-
noreply at scummvm.org
Tue Apr 4 21:48:38 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:
31afc23705 DIRECTOR-BUILDBOT: Specify screenshotpath directly in the command line
Commit: 31afc23705594ba2ea57d35aba3a395f6f5926fc
https://github.com/scummvm/scummvm-sites/commit/31afc23705594ba2ea57d35aba3a395f6f5926fc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-04T23:47:58+02:00
Commit Message:
DIRECTOR-BUILDBOT: Specify screenshotpath directly in the command line
Changed paths:
director/targets.py
diff --git a/director/targets.py b/director/targets.py
index 0148d75..1e0535e 100644
--- a/director/targets.py
+++ b/director/targets.py
@@ -61,14 +61,14 @@ def generate_command(target: TestTarget, moviename: str) -> list[str]:
"../scummvm",
"-c",
"scummvm.conf",
- "--initial-cfg=/storage/scummvm-default.ini",
+ "--screenshotpath=/home/director-buildbot/screenshots",
f"--start-movie={moviename}",
]
if target.debugflags:
command.append(f"--debugflags={target.debugflags}")
if target.autodetect:
command.extend(
- ["-p", ".", "--auto-detect"]
+ ["--initial-cfg=/storage/scummvm-default.ini", "-p", ".", "--auto-detect"]
)
else:
command.append(target.game_id)
More information about the Scummvm-git-logs
mailing list