Skip to content

Commit

Permalink
Rename a straggler variable
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
  • Loading branch information
DanilaFe committed Jun 13, 2024
1 parent a3c660d commit b81768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cron/nightly
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ if ($runtests == 0) {
$splice = "$utildir/devel/test/spliceDat";
$spliceCommand = "$splice -from_a $today -to_a $today $svnPerfDir/$datName $historicalFile> $tmpDatDir/$datName";
$spliceDatMessage = "Attempting to splice historical data $historicalFile with nightly data $svnPerfDir/$datName";
mysystem($spliceCommand, $spliceMessage, $ignoreError, 1);
mysystem($spliceCommand, $spliceMessage, $ignoreErrors, 1);
`cp $svnPerfDir/$datName $tmpNightlyDatDir/$datName`;
}

Expand Down

0 comments on commit b81768b

Please sign in to comment.