runtest.py: fix C# and VB tests.
authorJoel Martin <github@martintribe.org>
Mon, 2 Mar 2015 06:23:58 +0000 (00:23 -0600)
committerJoel Martin <github@martintribe.org>
Mon, 2 Mar 2015 06:23:58 +0000 (00:23 -0600)
commit96deb6a966878f81cce07e9acd470f0d510ec053
tree2516c9f3fafc1ce1bdc6f3abe5934fcd94300f4e
parentc53af760dfcb360fa8ee7a4d9d4381ad87d71945
runtest.py: fix C# and VB tests.

It is an ugly fix, but basically, use regular Popen (without pty) when
using mono, and do hardcoded echo of the commands when they are
sent/written. It could be worse I suppose...
runtest.py