Skip to content

Commit 23ca4a6

Browse files
committed
more debug
1 parent d91ae8d commit 23ca4a6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/acceptance_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
run: |
2121
cd tests/acceptance
2222
chmod -R go-w .
23+
cat /proc/net/tcp
2324
./testall --verbose --printlog 01_vars/02_functions/isconnectable.cf

tests/acceptance/01_vars/02_functions/isconnectable.cf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ bundle agent init
1818
classes:
1919
"port_to_check_available" expression => isvariable("port_to_check"),
2020
scope => "namespace";
21+
22+
reports:
23+
"init bundle, port_to_check is ${port_to_check}";
2124
}
2225

2326
bundle agent check

0 commit comments

Comments
 (0)