Author: jkeenan Date: Sun Oct 28 17:28:41 2007 New Revision: 22578 Modified: branches/autogcc/t/configure/114-auto_attributes.t
Log: Changed --verbose-step option to --verbose; better for test setup. Modified: branches/autogcc/t/configure/114-auto_attributes.t ============================================================================== --- branches/autogcc/t/configure/114-auto_attributes.t (original) +++ branches/autogcc/t/configure/114-auto_attributes.t Sun Oct 28 17:28:41 2007 @@ -14,10 +14,9 @@ use Parrot::Configure::Options qw( process_options ); use Parrot::Configure::Test qw( test_step_thru_runstep); -my $pkg = q{auto::attributes}; my $args = process_options( { - argv => [ qq{--verbose-step=$pkg} ], + argv => [ qq{--verbose} ], mode => q{configure}, } ); @@ -26,6 +25,7 @@ test_step_thru_runstep($conf, q{init::defaults}, $args); my ($task, $step_name, @step_params, $step, $ret); +my $pkg = q{auto::attributes}; $conf->add_steps($pkg); $conf->options->set(%{$args});