Skip to content

Commit 04e3c49

Browse files
rerun test
1 parent 349b93a commit 04e3c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/check-javaagent-suppression-keys.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ for file in $(find instrumentation -name "*Module.java"); do
4242
else
4343
expected="super\(\n? *\"$simple_module_name\",\n? *\"$module_name\""
4444
fi
45-
46-
echo "$module_name"
45+
echo "simple_module_name: $simple_module_name"
46+
echo "module_name: $module_name"
4747

4848
matches=$(perl -0 -ne "print if /$expected/" "$file" | wc -l)
4949
if [ "$matches" == 0 ]; then

0 commit comments

Comments
 (0)