ci: additionally check that Picus terminates properly

This would have caught the mistake fixed in #38
This commit is contained in:
Sorawee Porncharoenwase
2023-09-26 06:58:46 +07:00
committed by sorawee
parent eb2e8cda80
commit 0da4653001

View File

@@ -81,7 +81,8 @@
['safe #px"(?m:^weak uniqueness: safe\\.$)"]
['unsafe #px"(?m:^weak uniqueness: unsafe\\.$)"]
['unknown #px"(?m:^weak uniqueness: unknown\\.$)"])
(get-output-string string-port))]
(get-output-string string-port))
(check-not-false timing-info)]
['timeout
(check-false timing-info)])
(flush))