Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17962
Modified Files:
compbenchmarks-ui-perl
Log Message:
Static reference to version replaced by $CBM_VERSION (given by compbenchmarks-core).
Index: compbenchmarks-ui-perl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-ui-perl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compbenchmarks-ui-perl 23 Nov 2006 16:41:41 -0000 1.3
--- compbenchmarks-ui-perl 14 Dec 2006 22:05:45 -0000 1.4
***************
*** 575,579 ****
$w=60;
}
! my $cmd = "echo 'EOF' | $CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.3' --gauge '$title' $h $w $percent";
system("$cmd");
--- 575,579 ----
$w=60;
}
! my $cmd = "echo 'EOF' | $CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks $CBM_VERSION' --gauge '$title' $h $w $percent";
system("$cmd");
***************
*** 586,590 ****
$args=~s/\n/\\n/g;
! my $cmd = "$CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks 0.3.3' $args --stdout > $DIALOG_TMPFILE";
system("$cmd");
--- 586,590 ----
$args=~s/\n/\\n/g;
! my $cmd = "$CBM_PROGRAMS{'DIALOG'} --backtitle 'compbenchmarks $CBM_VERSION' $args --stdout > $DIALOG_TMPFILE";
system("$cmd");
***************
*** 887,891 ****
$SIG{INT} = \&sigint_compbenchmark;
my $r = `$cmd`;
!
$SIG{INT} = 'DEFAULT';
my $end = time();
--- 887,891 ----
$SIG{INT} = \&sigint_compbenchmark;
my $r = `$cmd`;
! `../slowdown.sh`;
$SIG{INT} = 'DEFAULT';
my $end = time();
***************
*** 1134,1138 ****
=head1 NAME
! compbenchmarks-ui-perl 0.3.3 - compilers' benchmarking environment
=head1 SYNOPSIS
--- 1134,1138 ----
=head1 NAME
! compbenchmarks-ui-perl $CBM_VERSION - compilers' benchmarking environment
=head1 SYNOPSIS
|