Skip to content

Commit 6e2bb7e

Browse files
committed
strace extauth test
1 parent 0a9dc03 commit 6e2bb7e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ runs:
1414
ldap-utils \
1515
openssl \
1616
slapd \
17+
strace \
1718
language-pack-de \
1819
libgmp-dev \
1920
libicu-dev \

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,4 @@ 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-
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
28-
-j1 \
29-
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
30-
--offline \
31-
--show-diff \
32-
--show-slow 1000 \
33-
--set-timeout 1200
27+
strace -t sapi/cli/php ext/oci8/tests/extauth_02.phpt

0 commit comments

Comments
 (0)