From 45d2142c7d4ea7340b2b6f8204d26c93b432be44 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 2 Oct 2018 13:19:46 -0700 Subject: [PATCH] Fix wart in test_cp module --- tests/integration/shell/test_cp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/shell/test_cp.py b/tests/integration/shell/test_cp.py index edaa4b59f0..4e59e1f084 100644 --- a/tests/integration/shell/test_cp.py +++ b/tests/integration/shell/test_cp.py @@ -93,9 +93,7 @@ class CopyTest(ShellCase, ShellCaseCommonTestsMixin): quote(minion), quote(testfile), quote(minion_testfile), - '-l debug', )) - log.error("RET = %s", ret) data = salt.utils.yaml.safe_load('\n'.join(ret)) for part in six.itervalues(data):