summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-03-21 17:39:49 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-03-21 17:39:49 +0100
commit5bb4d3ec0667453005512df87832d8dbd85ce417 (patch)
treeb40ca97561175e29942557805c8e067e125740db /scripts
parent02173e2341372a3abc4b99d7c572e0e112732ee7 (diff)
downloadcurl-5bb4d3ec0667453005512df87832d8dbd85ce417.tar.gz
gha: move the event-based test over from Zuul
Switched libssh2 to libssh Closes #8490
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zuul/script.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/zuul/script.sh b/scripts/zuul/script.sh
index 3aed44b9d..40090bc0a 100755
--- a/scripts/zuul/script.sh
+++ b/scripts/zuul/script.sh
@@ -42,13 +42,6 @@ if [ "$T" = "torture" ]; then
make "TFLAGS=-n --shallow=20 -t $tests" test-nonflaky
fi
-if [ "$T" = "events" ]; then
- ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2 --with-openssl
- make
- tests="!TLS-SRP"
- make "TFLAGS=-n -e $tests" test-nonflaky
-fi
-
if [ "$T" = "debug" ]; then
./configure --enable-debug --enable-werror $C
make