mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
bench: add a "latest" symlink
* etc/bench.pl.in: here.
This commit is contained in:
@@ -1228,6 +1228,11 @@ my $count = 1;
|
||||
my $dir = "benches/$count";
|
||||
mkdir $dir
|
||||
or die "cannot create $dir";
|
||||
unlink "benches/latest"
|
||||
or die "cannot unlink benches/latest"
|
||||
if -l "benches/latest";
|
||||
symlink $count, "benches/latest"
|
||||
or die "cannot create symlink";
|
||||
chdir $dir
|
||||
or die "cannot chdir $dir";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user