Skip to content

Commit c8fff01

Browse files
committed
chore: trying to make tests green
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
1 parent b0429b6 commit c8fff01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def time(self):
7575
info.dbg()
7676
errors.append(info.status())
7777
scout = Pyrun("z_scout.py")
78-
if scout.status():
78+
if scout.status(KILL):
7979
scout.dbg()
8080
errors.append(scout.status())
8181

0 commit comments

Comments
 (0)