Make that message only print if we're in debugging mode (avoid
spurrious cron e-mails to the job owner :-) ) This commit was SVN r2423.
Этот коммит содержится в:
родитель
d96c602465
Коммит
330d8aa52d
@ -104,7 +104,7 @@ sub check_last_version {
|
|||||||
|
|
||||||
print "This version: $new_version\n" if ($debug);
|
print "This version: $new_version\n" if ($debug);
|
||||||
if (! -f $last_test_version_name) {
|
if (! -f $last_test_version_name) {
|
||||||
print "Never tested on this system before\n";
|
print "Never tested on this system before\n" if ($debug);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user