Debug with maximum verbosity to STDOUT when running tests.

This commit is contained in:
Adam Spiers 2011-11-17 18:46:32 +00:00
parent 497f272c12
commit c26236d93c
2 changed files with 5 additions and 2 deletions

View file

@ -21,7 +21,7 @@ sub reset_state {
@::Conflicts = ();
%::Link_Task_For = ();
%::Dir_Task_For = ();
%::Option = ();
%::Option = ( testmode => 1 );
return;
}