Skip to content

Commit

Permalink
Removed shutdown output workaround for gnutls client
Browse files Browse the repository at this point in the history
  • Loading branch information
zzambers committed Oct 25, 2023
1 parent 17aed54 commit 861e1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.jdkver || env.jdkver_latest }}
- name: Run
run: make ssl-tests SSLTESTS_USE_GNUTLS_CLIENT=1 SSLTESTS_SERVER_SHUTDOWN_OUTPUT=1
run: make ssl-tests SSLTESTS_USE_GNUTLS_CLIENT=1

test-linux-nss-client:
name: "Linux nss client"
Expand Down
2 changes: 1 addition & 1 deletion jtreg-wrappers/ssl-tests-gnutls-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
set -eu
rm -rf build
export JAVA_HOME="${TESTJAVA}"
make -f "${TESTSRC:-.}/../Makefile" ssl-tests TOP_DIR="${TESTSRC:-.}/.." SSLTESTS_SERVER_SHUTDOWN_OUTPUT=1 SSLTESTS_USE_GNUTLS_CLIENT=1
make -f "${TESTSRC:-.}/../Makefile" ssl-tests TOP_DIR="${TESTSRC:-.}/.." SSLTESTS_USE_GNUTLS_CLIENT=1

0 comments on commit 861e1aa

Please sign in to comment.