From aa04c0126a590fc9646d491151bcbfeed34ba693 Mon Sep 17 00:00:00 2001 From: elly Date: Mon, 24 Jun 2013 15:36:01 -0400 Subject: Refactor event loop. Refactor the event loop to be modular and testable. Also, add support for detecting corruption of the realtime clock, as can be caused by suspend/resume cycles without an rtc battery. The event loop is now driven by a tree of events, which are either sources (currently suspend/resume events, periodic events, and network route events) or composite events. Signed-off-by: Elly Fong-Jones --- tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/common.sh b/tests/common.sh index 96ba238..4283c01 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -1,7 +1,7 @@ #!/bin/sh kill_tlsdated() { - kill -9 $PPID + kill -TERM $PPID } passed() { -- cgit v1.2.3