From 8f8148438aa156ff876fca305b4f6b04789c78d7 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 2 Dec 2020 14:15:59 -0800 Subject: [PATCH] [cifuzz-example][tmp] Test something weird (#4771) --- projects/cifuzz-example/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/cifuzz-example/build.sh b/projects/cifuzz-example/build.sh index 874a55a36..57aa20826 100755 --- a/projects/cifuzz-example/build.sh +++ b/projects/cifuzz-example/build.sh @@ -15,6 +15,8 @@ # ################################################################################ +echo $PWD +ls . make clean # Not strictly necessary, since we are building in a fresh dir. make -j$(nproc) all # Build the fuzz targets. # make -j$(nproc) check # Sanity check, not strictly required, but nice to have.