summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrssi Scripts Helper2017-03-16 20:09:21 +0000
committerIrssi Scripts Helper2017-03-16 20:09:21 +0000
commit7998a4e92a3d937372e68a8aa8e26070aeec504e (patch)
tree74ec2a81fd051dd9801eae4c4e2115316253b29c
parentc93417d7f4e888a54dda458fd59d496e8519f1e3 (diff)
downloadscripts.irssi.org-7998a4e92a3d937372e68a8aa8e26070aeec504e.tar.bz2
ci artefacts for 011c7e0ba2c943ab0e73b4ad90599c735a4f1e4f
[skip ci]
-rw-r--r--README.markdown4
-rw-r--r--Test/findbot/findbot.log4
-rw-r--r--Test/listsort/info.yml1
-rw-r--r--Test/quizgr/failed.yml4
-rw-r--r--Test/quizgr/info.yml4
-rw-r--r--Test/quizgr/irssi.log5
-rw-r--r--Test/quizgr/perlcritic.log6
-rw-r--r--Test/screen_away/irssi.log2
-rw-r--r--changed-info4
9 files changed, 16 insertions, 18 deletions
diff --git a/README.markdown b/README.markdown
index 48a9b77..05839ee 100644
--- a/README.markdown
+++ b/README.markdown
@@ -376,7 +376,7 @@ See [the testing read-me](../master/_testing/) for details.
[ queryresume ](Test/queryresume/)| ✔ | ✔ | ✔ | 5 | ✔
[ quitmsg ](Test/quitmsg/)| ✔ | ✔ | ✔ | 4 | ✔
[ quitrand ](Test/quitrand/)| ✔ | ✔ | ✔ | 6 | ✔
-[ quizgr ](Test/quizgr/)| ✘ | ✔ | ✔ | 6 | ☡
+[ quizgr ](Test/quizgr/)| ✔ | ✔ | ✔ | 6 | ✔
[ quizmaster-fr ](Test/quizmaster-fr/)| ✔ | ✔ | ✘ | 27 | ☡
[ quizmaster ](Test/quizmaster/)| ✔ | ✔ | ✘ | 27 | ☡
[ quiz ](Test/quiz/)| ✔ | ✔ | ✘ | 8 | ☡
@@ -518,4 +518,4 @@ See [the testing read-me](../master/_testing/) for details.
[ xmpp-notify ](Test/xmpp-notify/)| ✔ | ✔ | ✔ | 21 | ✔
[ xqf ](Test/xqf/)| ✔ | ✔ | ✔ | 6 | ✔
-2311224e817d539f09928e070a5fe67bd12b5c32 | 808
+011c7e0ba2c943ab0e73b4ad90599c735a4f1e4f | 810
diff --git a/Test/findbot/findbot.log b/Test/findbot/findbot.log
index 6adb55a..67a7d81 100644
--- a/Test/findbot/findbot.log
+++ b/Test/findbot/findbot.log
@@ -1,2 +1,2 @@
-Wed Mar 15 22:13:53 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there.
-Wed Mar 15 22:13:53 2017: [ADMIN] Findbot fileserver has been loaded!
+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!
diff --git a/Test/listsort/info.yml b/Test/listsort/info.yml
index 0e2816f..53b574f 100644
--- a/Test/listsort/info.yml
+++ b/Test/listsort/info.yml
@@ -6,7 +6,6 @@
decsription: 'Sort the /list output by channel size'
default_package: listsort
license: BSD
- modified: '2016-12-07 11:32:54'
name: listsort
url: https://github.com/IsaacG/irssi-scripts
version: '0.1'
diff --git a/Test/quizgr/failed.yml b/Test/quizgr/failed.yml
deleted file mode 100644
index f2d8152..0000000
--- a/Test/quizgr/failed.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
--
- failed: 1
- name: quizgr
diff --git a/Test/quizgr/info.yml b/Test/quizgr/info.yml
index 8665fca..e11b134 100644
--- a/Test/quizgr/info.yml
+++ b/Test/quizgr/info.yml
@@ -3,8 +3,10 @@
authors: 'Athanasius Emilius Arvanitis based on Simon Huggins quiz 0.7'
changed: 'Tue Nov 26 13:37:59 EET 2002'
contact: arvan
+ default_package: quizgr
description: 'Turns irssi into a quiz bot. Has greek language and many answers support'
license: GPLv2
+ modified: '2017-03-16 17:31:18'
name: Quizgr
url: http://kronos.eng.auth.gr/~arvan/irssi/
- version: 0.7GR02
+ version: 0.7GR03
diff --git a/Test/quizgr/irssi.log b/Test/quizgr/irssi.log
index 65c0c71..865e0fa 100644
--- a/Test/quizgr/irssi.log
+++ b/Test/quizgr/irssi.log
@@ -1,2 +1,3 @@
-* -!- Irssi: Error in script quizgr:
-* Can't declare scalar dereference in "my" at quizgr.pl line 543, near "}="
+* [flood]
+* cmd_queue_speed = 2010
+* -!- Irssi: Loaded script quizgr
diff --git a/Test/quizgr/perlcritic.log b/Test/quizgr/perlcritic.log
index adbcf38..457698e 100644
--- a/Test/quizgr/perlcritic.log
+++ b/Test/quizgr/perlcritic.log
@@ -1,4 +1,4 @@
Code before warnings are enabled at line 44, column 1. See page 431 of PBP. (Severity: 4)
-Return value of "close" ignored at line 94, column 3. Check the return value of "close" for success. (Severity: 2)
-Return value of "close" ignored at line 100, column 4. Check the return value of "close" for success. (Severity: 2)
-Return value of "close" ignored at line 297, column 25. Check the return value of "close" for success. (Severity: 2)
+Return value of "close" ignored at line 96, column 3. Check the return value of "close" for success. (Severity: 2)
+Return value of "close" ignored at line 102, column 4. Check the return value of "close" for success. (Severity: 2)
+Return value of "close" ignored at line 299, column 25. Check the return value of "close" for success. (Severity: 2)
diff --git a/Test/screen_away/irssi.log b/Test/screen_away/irssi.log
index 70da781..711f4f3 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: 13045):
+* -!- screen_away: could not open status file for parent process (pid: 13111):
* -!- Irssi: Loaded script screen_away
diff --git a/changed-info b/changed-info
index 20684e9..8079626 100644
--- a/changed-info
+++ b/changed-info
@@ -1,4 +1,4 @@
-cdcb710badf883660a56f6f3033fe1ece1e53a71 __ARTEFACTS_CI__
+011c7e0ba2c943ab0e73b4ad90599c735a4f1e4f __ARTEFACTS_CI__
ddc6b8eff140c3fa20f3f36f2f59a585f07c57d0 8-ball.pl
3fe0ffa8719d0c3033fbf37592094ec5379dc6dd accent.pl
e439eeb9c80324e301e70f1fe169f7bec1570b76 accountname.pl
@@ -372,7 +372,7 @@ dadd9eb7950af4e4d7b77ee83dae9e6320cfa978 print_signals.pl
b4b090eeb92c997cf8104bc39c813f102b398469 queryresume.pl
e289468ca2fe3412a1c0bfb620d7117513a12d76 quitmsg.pl
cfa1b3875dfb4eb341d3b4b75681077323cbf68e quitrand.pl
-902f4354177b607d87902c60bbd3d5900bb37c2f quizgr.pl
+a2d36df83fd34d1044d1a13a9124db747dbf3240 quizgr.pl
1f5bd7bd9cc1703f09058419f33f32d634cf9d38 quizmaster-fr.pl
5aec5579516383a1bd984dce12646eacd7cb76e8 quizmaster.pl
09ae7261fa6a5aa692ce1fccd5e4f8b87a8efa0e quiz.pl