added 'koch testinstall' command; more installer related bugfixes

This commit is contained in:
Andreas Rumpf
2016-06-09 17:34:51 +02:00
parent 0ea65a824d
commit 76c8d6164b
7 changed files with 78 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
discard """
file: "tasynceverror.nim"
exitcode: 1
outputsub: "Error: unhandled exception: Connection reset by peer"
outputsub: "Error: unhandled exception: "
"""
# error message is actually different on OSX
import
asyncdispatch,
asyncnet,