Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update uni ttest
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 8, 2016
1 parent 72c9672 commit 2cf41f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_cli/test_pymy_install_cli.py
Expand Up @@ -80,7 +80,7 @@ def test_install_download(self):
this, "..", "..", "src", "pymyinstall", "cli", "pymy_install.py"))
cmd = "{0} {1} {2} --force --folder={3}".format(
sys.executable, script, "colorama xlrd --download", temp)
out, err = run_cmd(cmd, wait=True, fLOG=fLOG)
out, err = run_cmd(cmd, wait=True, fLOG=fLOG, communicate=False, timeout=20)
fLOG("----", cmd)
fLOG(out.replace("\r", "").replace("\n\n", "\n"))
fLOG("-----")
Expand Down

0 comments on commit 2cf41f3

Please sign in to comment.