Skip to content

Commit

Permalink
For faster setup, allow upgrade in addition to install in perform step.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Nov 9, 2023
1 parent b7c4fa5 commit 022bcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.pl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
my $scriptname = "$0 @ARGV";

my @allkernelmodes = qw(align gap sort reorder reboot keep);
my @allsetupmodes = qw(build cvs install keep);
my @allsetupmodes = qw(build cvs install upgrade keep);
my @alltestmodes = qw(
all net tcp udp make fs iperf tcpbench udpbench iperftcp
iperfudp net4 tcp4 udp4 iperf4 tcpbench4 udpbench4 iperftcp4 iperfudp4
Expand Down

0 comments on commit 022bcc3

Please sign in to comment.