Paul van Eldijk wrote:A simple question, but I can't find the answer:
how do I disable a test from the command line "until OK"? Is it at all possible?
Paul
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe (at) hswn.dk
Never tried it but after looking into the code, you can set DURATION to -1 to achieve this.
~/server/bin/bb 127.0.0.1 "disable HOSTNAME.TESTNAME -1 <additional text>"
Thanks, that's it.
Paul