diff options
| author | Irssi Scripts Helper | 2017-03-17 12:01:27 +0000 |
|---|---|---|
| committer | Irssi Scripts Helper | 2017-03-17 12:01:27 +0000 |
| commit | 0506f0ec9040c751bf2b0c2560f1acccfb0d8a31 (patch) | |
| tree | d1a90aa9e45af5b26258780b472aba27d129c239 /Test | |
| parent | 7998a4e92a3d937372e68a8aa8e26070aeec504e (diff) | |
| download | scripts.irssi.org-0506f0ec9040c751bf2b0c2560f1acccfb0d8a31.tar.bz2 | |
ci artefacts for 0949ff4df513d38d40f7895bf1bbddbbbbd3316c
[skip ci]
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/findbot/findbot.log | 4 | ||||
| -rw-r--r-- | Test/hddtemp/failed.yml | 4 | ||||
| -rw-r--r-- | Test/hddtemp/info.yml | 6 | ||||
| -rw-r--r-- | Test/hddtemp/irssi.log | 16 | ||||
| -rw-r--r-- | Test/hddtemp/perlcritic.log | 14 | ||||
| -rw-r--r-- | Test/logcompress_perl/info.yml | 1 | ||||
| -rw-r--r-- | Test/screen_away/irssi.log | 2 |
7 files changed, 24 insertions, 23 deletions
diff --git a/Test/findbot/findbot.log b/Test/findbot/findbot.log index 67a7d81..f3735fe 100644 --- a/Test/findbot/findbot.log +++ b/Test/findbot/findbot.log @@ -1,2 +1,2 @@ -Thu Mar 16 20:00:22 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there. -Thu Mar 16 20:00:22 2017: [ADMIN] Findbot fileserver has been loaded! +Fri Mar 17 11:51:32 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there. +Fri Mar 17 11:51:32 2017: [ADMIN] Findbot fileserver has been loaded! diff --git a/Test/hddtemp/failed.yml b/Test/hddtemp/failed.yml deleted file mode 100644 index 949b930..0000000 --- a/Test/hddtemp/failed.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- - failed: 1 - name: hddtemp diff --git a/Test/hddtemp/info.yml b/Test/hddtemp/info.yml index 8a119d8..b307624 100644 --- a/Test/hddtemp/info.yml +++ b/Test/hddtemp/info.yml @@ -1,11 +1,13 @@ --- - authors: 'Valentin Batz' - changed: 2004-06-21 + changed: 2017-03-16 contact: vb@g-23.org + default_package: hddtemp description: 'adds a statusbar item which shows temperatures of harddisks (with multiple hddtemp-hosts support)' license: GPLv2 + modified: '2017-03-17 11:54:11' name: hddtemp sbitems: hddtemp url: http://hurzelgnom.bei.t-online.de/irssi/scripts/hddtemp.pl - version: '0.14' + version: '0.15' diff --git a/Test/hddtemp/irssi.log b/Test/hddtemp/irssi.log index 5d801e5..802feb3 100644 --- a/Test/hddtemp/irssi.log +++ b/Test/hddtemp/irssi.log @@ -1,10 +1,14 @@ -* Scalar value @ports[0] better written as $ports[0] at hddtemp.pl line 77. +* Scalar value @ports[0] better written as $ports[0] at hddtemp.pl line 78. * -* Scalar value @hosts[$i] better written as $hosts[$i] at hddtemp.pl line 81. +* Scalar value @hosts[$i] better written as $hosts[$i] at hddtemp.pl line 82. * -* Scalar value @ports[$i] better written as $ports[$i] at hddtemp.pl line 82. +* Scalar value @ports[$i] better written as $ports[$i] at hddtemp.pl line 83. * -* Useless use of private variable in void context at hddtemp.pl line 90. +* Useless use of private variable in void context at hddtemp.pl line 91. +* +* Use of uninitialized value in subroutine entry at hddtemp.pl line 176. +* +* hi +* -!- Irssi: Loaded script hddtemp +* Use of uninitialized value $lines in print at hddtemp.pl line 119. * -* -!- Irssi: Error in script hddtemp: -* Undefined subroutine &Irssi::statusbar_item_register called at hddtemp.pl line 175. diff --git a/Test/hddtemp/perlcritic.log b/Test/hddtemp/perlcritic.log index a378d4d..b765a87 100644 --- a/Test/hddtemp/perlcritic.log +++ b/Test/hddtemp/perlcritic.log @@ -1,7 +1,7 @@ -Code before warnings are enabled at line 55, column 1. See page 431 of PBP. (Severity: 4) -Return value of "close" ignored at line 101, column 6. Check the return value of "close" for success. (Severity: 2) -Return value of "close" ignored at line 101, column 18. Check the return value of "close" for success. (Severity: 2) -Return value of "close" ignored at line 107, column 3. Check the return value of "close" for success. (Severity: 2) -Return value of "close" ignored at line 119, column 3. Check the return value of "close" for success. (Severity: 2) -Return value of "close" ignored at line 127, column 2. Check the return value of "close" for success. (Severity: 2) -String delimiter used with "split" at line 139, column 21. Express it as a regex instead. (Severity: 2) +Code before warnings are enabled at line 56, column 1. See page 431 of PBP. (Severity: 4) +Return value of "close" ignored at line 102, column 6. Check the return value of "close" for success. (Severity: 2) +Return value of "close" ignored at line 102, column 18. Check the return value of "close" for success. (Severity: 2) +Return value of "close" ignored at line 108, column 3. Check the return value of "close" for success. (Severity: 2) +Return value of "close" ignored at line 120, column 3. Check the return value of "close" for success. (Severity: 2) +Return value of "close" ignored at line 128, column 2. Check the return value of "close" for success. (Severity: 2) +String delimiter used with "split" at line 140, column 21. Express it as a regex instead. (Severity: 2) diff --git a/Test/logcompress_perl/info.yml b/Test/logcompress_perl/info.yml index e1f41e0..38b9a97 100644 --- a/Test/logcompress_perl/info.yml +++ b/Test/logcompress_perl/info.yml @@ -6,7 +6,6 @@ default_package: logcompress_perl description: "compress logfiles then they're rotated, modified from original logcompress.pl to use perl modules instead" license: 'Public Domain' - modified: '2017-01-07 11:52:46' name: logcompress_perl url: http://irssi.org/ version: '0.02' diff --git a/Test/screen_away/irssi.log b/Test/screen_away/irssi.log index 711f4f3..d495811 100644 --- a/Test/screen_away/irssi.log +++ b/Test/screen_away/irssi.log @@ -1,2 +1,2 @@ -* -!- screen_away: could not open status file for parent process (pid: 13111): +* -!- screen_away: could not open status file for parent process (pid: 13078): * -!- Irssi: Loaded script screen_away |
