Jedi mind trick on coverage tool

This commit is contained in:
Sharif Nassar
2015-10-21 00:10:47 -07:00
parent 0e18395a1b
commit 39a44b97ed
+1 -4
View File
@@ -130,10 +130,7 @@ binary for temporary key/certificate generation.""".replace("\n", "")
if self.conf("test-mode"):
logger.debug("Test mode. Executing the manual command: %s", command)
# sh shipped with OS X does't support echo -n
if sys.platform == "darwin":
executable = "/bin/bash"
else:
executable = None
executable = "/bin/bash" if sys.platform == "darwin" else None
try:
self._httpd = subprocess.Popen(
command,