-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
msg_ always prints DONOTLOG is yes regardless, this looks terrible in output.
What steps will reproduce the problem?
1. Run example.sh
What is the expected output? What do you see instead?
Command: ls -al... [ OK ]
Command: ls /blabla... [ FAILED
]
Command: sleep 2... [ OK ]
Instead I see
Command: ls -al...
DONOTLOG is yes [ OK ]
Command: ls /blabla...
DONOTLOG is yes [ FAILED ]
Command: sleep 2...
DONOTLOG is yes [ OK ]
What version of the product are you using? On what operating system?
Latest from SVN , Ubuntu Linux 12.04
Original issue reported on code.google.com by j...@iachieved.it on 7 Oct 2012 at 7:03