improve message from testEnvironment.pl when you have the latest version
This commit is contained in:
parent
102fb221f9
commit
ceb082ea1a
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ if (eval { require WebGUI } && eval { require WebGUI::SQL } && eval { require We
|
||||||
my $version = getLatestWebguiVersion();
|
my $version = getLatestWebguiVersion();
|
||||||
printTest("Your version");
|
printTest("Your version");
|
||||||
if ($version eq $WebGUI::VERSION."-".$WebGUI::STATUS) {
|
if ($version eq $WebGUI::VERSION."-".$WebGUI::STATUS) {
|
||||||
printResult("OK");
|
printResult("You are using the latest version - $WebGUI::VERSION-$WebGUI::STATUS");
|
||||||
} else {
|
} else {
|
||||||
printResult("You are using ".$WebGUI::VERSION."-".$WebGUI::STATUS." and ".$version." is available.");
|
printResult("You are using ".$WebGUI::VERSION."-".$WebGUI::STATUS." and ".$version." is available.");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue