Don't sleep in integration tests (#6636)

Fixes #6635.

* Don't sleep in integration tests.

* add backslash
This commit is contained in:
Brad Warren
2019-01-03 11:26:15 -08:00
committed by GitHub
parent bb0f356610
commit 3cb6d6c25b
+1
View File
@@ -43,5 +43,6 @@ certbot_test_no_force_renew () {
--register-unsafely-without-email \
--debug \
-vv \
--no-random-sleep-on-renew \
"$@"
}