Skip to content

Commit f908495

Browse files
committed
Fix uptime test
I have no idea why this is still not committed. The change happened a long time ago.
1 parent 50f4a02 commit f908495

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

t/lib/Testable.pm6

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,10 @@ class Testable {
165165

166166
self.test(uptime,
167167
{$.bot-nick}: uptime,
168-
/{$.our-nick}‘,’ \s \d+ \s seconds/);
168+
/^{$.our-nick}, \d+ seconds, \d+[.\d+]?
169+
MiB maxrss. This is Rakudo version
170+
<[\dabcdefg.-]>+ built on MoarVM version
171+
<[\dabcdefg.-]>+ implementing Perl 6.\w‘.$/);
169172
}
170173

171174
method shortcut-tests(@yes, @no) {

0 commit comments

Comments
 (0)