Files
Mozilla/mozilla/tools/release/t/test.pl
rhelmer%mozilla.com b10dcf0c62 move to new RunShellCommand, split into substeps, various fixes and features. r=preed, b=368579
git-svn-id: svn://10.0.0.236/trunk@219314 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-01 03:50:47 +00:00

17 lines
290 B
Perl
Executable File

#!/usr/bin/perl -w
use strict;
use Bootstrap::Step;
use t::Bootstrap::Step::Dummy;
use t::Bootstrap::Step::Tag;
my $step = t::Bootstrap::Step::Dummy->new();
$step->Execute();
$step->Verify();
$step->Push();
$step->Announce();
#$step = t::Bootstrap::Step::Tag->new();
#$step->Execute();