Make version tags mandatory again.
This commit is contained in:
parent
d0b3be1749
commit
4bfabb9469
94 changed files with 405 additions and 489 deletions
|
|
@ -22,8 +22,6 @@ use WebGUI::Asset;
|
|||
use WebGUI::AssetHelper::Copy;
|
||||
use WebGUI::Test::Mechanize;
|
||||
|
||||
$SIG{HUP} = sub { use Carp; confess "hup"; };
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Init
|
||||
my $session = WebGUI::Test->session;
|
||||
|
|
@ -57,6 +55,7 @@ my $root = WebGUI::Asset->getRoot($session);
|
|||
WebGUI::Test->addToCleanup( 'WebGUI::Fork' => $output->{forkId} );
|
||||
}
|
||||
|
||||
|
||||
ok(WebGUI::Test->waitForAllForks(10), "Forks finished");
|
||||
|
||||
$session->cache->clear;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue