You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ja...@apache.org on 2016/11/03 14:32:10 UTC

[trafficserver] 02/05: Fix broken test-- invalid python

This is an automated email from the ASF dual-hosted git repository.

jacksontj pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit b085b2c6f9b57f0ab871ed447129db592fdaf2ae
Author: Thomas Jackson <ja...@gmail.com>
AuthorDate: Mon Oct 31 21:16:50 2016 -0700

    Fix broken test-- invalid python
---
 ci/tsqa/tests/test_https.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/tsqa/tests/test_https.py b/ci/tsqa/tests/test_https.py
index c0515c6..8e45d6e 100644
--- a/ci/tsqa/tests/test_https.py
+++ b/ci/tsqa/tests/test_https.py
@@ -324,7 +324,7 @@ class TestConfigFileGroup(helpers.EnvironmentCase, CertSelectionMixin):
         time.sleep(5)
         os.system('cp %s %s' % (helpers.tests_file_path('ec_keys/www.test.com.pem'), helpers.tests_file_path('www.unknown.com.pem')))
         log.info('cp %s %s' % (helpers.tests_file_path('ec_keys/www.test.com.pem'), helpers.tests_file_path('www.unknown.com.pem')))
-        os.system(signal_cmd)
+        os.system(' '.join(signal_cmd))
         log.info(signal_cmd)
         # waiting for the reconfiguration completed
         sec = 0

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.