Browse Source

Print the SDL- strings that were found if validation failed

Sam Lantinga 2 tháng trước cách đây
mục cha
commit
65da64b0eb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/release.yml

@@ -104,6 +104,7 @@ jobs:
           set -e
           set -e
           if test "x$(strings /tmp/build/libSDL3.so.0 | grep SDL- | wc -l)" != x1; then
           if test "x$(strings /tmp/build/libSDL3.so.0 | grep SDL- | wc -l)" != x1; then
             echo "SDL- string not found: must be present in SDL_REVISION"
             echo "SDL- string not found: must be present in SDL_REVISION"
+            strings /tmp/build/libSDL3.so.0 | grep SDL-
             exit 1
             exit 1
           fi
           fi