Skip to content

Commit

Permalink
fuzzers/build.sh: debug info [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 1, 2022
1 parent 13ba4f9 commit 80f5a28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fuzzers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
# This script is meant to be run by
# https://github.com/google/oss-fuzz/blob/master/projects/gdal/Dockerfile

echo "SRC=$SRC"
ls -ltr $SRC

BUILD_SH_FROM_REPO="$SRC/gdal/fuzzers/build.sh"
if test -f "$BUILD_SH_FROM_REPO"; then
if test "$0" != "$BUILD_SH_FROM_REPO"; then
Expand Down

0 comments on commit 80f5a28

Please sign in to comment.