additional test output for bug 545583

This commit is contained in:
Dão Gottwald 2010-02-11 10:23:31 +01:00
parent 6ed0fe4974
commit 913664aa44

View File

@ -69,6 +69,7 @@ function next() {
var rv;
do {
step = pickOne(allTabs.isOpen ? whenOpen : whenClosed);
info(step.name);
rv = step();
} while (rv === false);
history.push(step.name + (rv !== true && rv !== undefined ? " " + rv : ""));