Skip to content

Commit a4e261e

Browse files
marco-ippolitotargos
authored andcommitted
tools: debug log for nghttp3
PR-URL: #47992 Refs: #47576 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Deokjin Kim <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a0634d7 commit a4e261e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/dep_updaters/update-nghttp3.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ NGHTTP3_VERSION_H="$DEPS_DIR/ngtcp2/nghttp3/lib/includes/nghttp3/version.h"
2020

2121
CURRENT_VERSION=$(grep "#define NGHTTP3_VERSION" "$NGHTTP3_VERSION_H" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
2222

23+
echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
24+
2325
if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
2426
echo "Skipped because http3 is on the latest version."
2527
exit 0

0 commit comments

Comments
 (0)