From 7232dc9d4cf35661d19ab567a83d482ce51cfbf1 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 19 May 2019 20:17:47 -0400 Subject: [PATCH] suspicious --- .travis/downstream.d/twisted.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/downstream.d/twisted.sh b/.travis/downstream.d/twisted.sh index 3d45413bbe21d..034ec790b5f7d 100755 --- a/.travis/downstream.d/twisted.sh +++ b/.travis/downstream.d/twisted.sh @@ -9,7 +9,7 @@ case "${1}" in ;; run) cd twisted - python -m twisted.trial src/twisted + python -m twisted.trial twisted.protocols.test.test_tls.TLSMemoryBIOTests.test_disorderlyShutdown ;; *) exit 1