[Scummvm-git-logs] scummvm master -> e256999c9a1ff20477f6723116c5075f6f4afca2
sev-
noreply at scummvm.org
Fri Dec 15 13:53:11 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e256999c9a DEVTOOLS: Made check for ADGF_TESTING more portable
Commit: e256999c9a1ff20477f6723116c5075f6f4afca2
https://github.com/scummvm/scummvm/commit/e256999c9a1ff20477f6723116c5075f6f4afca2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-15T14:52:23+01:00
Commit Message:
DEVTOOLS: Made check for ADGF_TESTING more portable
Changed paths:
devtools/release-checks.sh
diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index a02bb3f8883..93521248f47 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -161,7 +161,7 @@ echo_n "Checking ADGF_TESTING..."
# engines/advancedDetector.h: ADGF_TESTING = (1u << 19), ///< Flag to designate not yet officially supported games that are fit for public testing.
# engines/ags/detection_tables.h: DETECTION_ENTRY(ID, FILENAME, MD5, SIZE, LANG, PLATFORM, nullptr, ADGF_TESTING)
-git -P grep ADGF_TESTING | grep -v engines/advancedDetector. | grep -v "engines/ags/detection_tables.h:\tDETECTION_ENTRY.ID," | grep -v devtools/release-checks.sh >$TMP
+git -P grep ADGF_TESTING | grep -v engines/advancedDetector. | grep -v "engines/ags/detection_tables.h:.DETECTION_ENTRY.ID," | grep -v devtools/release-checks.sh >$TMP
num_lines=`cat $TMP | wc -l`
More information about the Scummvm-git-logs
mailing list