Merge pull request #1885 from flaviut/unittest-reset-term

Properly use the terminal module
This commit is contained in:
Varriount
2015-01-05 22:39:56 -05:00

View File

@@ -209,3 +209,5 @@ if envOutLvl.len > 0:
if $opt == envOutLvl:
outputLevel = opt
break
system.addQuitProc(resetAttributes)