Prechádzať zdrojové kódy

AMBARI-2631. Host cleanup left two packages (ambari-log4j, libconfuse), unit test fixes. (Oleksandr Diachenko via smohanty)

Sumit Mohanty 12 rokov pred
rodič
commit
98cb712470

+ 1 - 1
ambari-agent/src/test/python/TestHostCleanup.py

@@ -259,7 +259,7 @@ created = 2013-07-02 20:39:22.162757"""
 
     self.assertTrue(get_os_type_method.called)
     self.assertTrue(run_os_command_method.called)
-    run_os_command_method.assert_called_with("zypper remove --quiet -n {0}"
+    run_os_command_method.assert_called_with("zypper -n -q remove {0}"
     .format(' '.join(['abcd', 'wxyz'])))
     self.assertEquals(0, retval)