Skip to content

Commit 549248d

Browse files
committed
ltrace -fS
1 parent c63130f commit 549248d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +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-
ltrace -t sapi/cli/php ext/oci8/tests/extauth_02.phpt
28-
ltrace -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)