Skip to content

Commit a0ab112

Browse files
committed
ltrace -fS
1 parent f509e38 commit a0ab112

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/apt-x64/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ runs:
1515
openssl \
1616
slapd \
1717
strace \
18+
ltrace \
1819
language-pack-de \
1920
libgmp-dev \
2021
libicu-dev \

.github/actions/test-linux/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ runs:
2424
export PDO_OCI_TEST_PASS="pass"
2525
export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
2626
export SKIP_IO_CAPTURE_TESTS=1
27-
strace -t sapi/cli/php ext/oci8/tests/extauth_02.phpt
27+
ltrace -fS -t sapi/cli/php ext/oci8/tests/extauth_02.phpt
28+
ltrace -fS -t sapi/cli/php ext/oci8/tests/extauth_02.phpt

0 commit comments

Comments
 (0)