[Scummvm-git-logs] scummvm-sites director-buildbot -> 06dcbb97fafa4e283e77a0182fe9f3bb8f77c422

sev- noreply at scummvm.org
Wed May 22 23:56:28 UTC 2024


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:
06dcbb97fa DIRECTOR-BUILDBOT: Flatten director-test directories


Commit: 06dcbb97fafa4e283e77a0182fe9f3bb8f77c422
    https://github.com/scummvm/scummvm-sites/commit/06dcbb97fafa4e283e77a0182fe9f3bb8f77c422
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-23T01:55:40+02:00

Commit Message:
DIRECTOR-BUILDBOT: Flatten director-test directories

The current code cannot work with subdirs...

Changed paths:
    targets.json


diff --git a/targets.json b/targets.json
index 0b6c550..3c8daa8 100644
--- a/targets.json
+++ b/targets.json
@@ -11336,7 +11336,7 @@
         "name": "Director-Tests (D2-mac)",
         "game_id": "director",
         "autodetect": true,
-        "directory": "director-tests/D2-mac",
+        "directory": "director-tests-D2-mac",
         "platform": "mac",
         "version": "D2",
         "debugflags": "fewframesonly,fast,screenshot",
@@ -11349,7 +11349,7 @@
         "name": "Director-Tests (D3-mac)",
         "game_id": "director",
         "autodetect": true,
-        "directory": "director-tests/D3-mac",
+        "directory": "director-tests-D3-mac",
         "platform": "mac",
         "version": "D3",
         "debugflags": "fewframesonly,fast,screenshot",
@@ -11378,7 +11378,7 @@
         "name": "Director-Tests (D4-mac)",
         "game_id": "director",
         "autodetect": true,
-        "directory": "director-tests/D4-mac",
+        "directory": "director-tests-D4-mac",
         "platform": "mac",
         "version": "D4",
         "debugflags": "fewframesonly,fast,screenshot",
@@ -11414,7 +11414,7 @@
         "name": "Director-Tests (D4-win)",
         "game_id": "director",
         "autodetect": true,
-        "directory": "director-tests/D4-win",
+        "directory": "director-tests-D4-win",
         "platform": "win",
         "version": "D4",
         "debugflags": "fewframesonly,fast,screenshot",
@@ -11446,10 +11446,10 @@
         "name": "Director-Unit-Tests",
         "game_id": "director",
         "autodetect": true,
-        "directory": "director-tests/D4-unit",
+        "directory": "director-tests-D4-unit",
         "platform": "win",
         "version": "D4",
-        "debugflags": "fewframesonly,fast,screenshot",
+        "debugflags": "fast,screenshot",
         "movienames": [
             "RUNTESTS.DIR"
         ]




More information about the Scummvm-git-logs mailing list