summaryrefslogtreecommitdiff
path: root/ruth
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-12 10:29:59 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-12 10:29:59 +0100
commit99255d0d03e349704ddce17f0b0d431fd8a2d3a1 (patch)
tree71d7aed86a0c38021f5039134f2146f81180a633 /ruth
parentaee030016e9b7b88ef2f7a2473a5c7769023dc20 (diff)
When ruth is done, just exit, don't spin.
2008-12-12 Neal H. Walfield <neal@gnu.org> * ruth.c (main): When done with all tests, don't spin, just return.
Diffstat (limited to 'ruth')
-rw-r--r--ruth/ChangeLog5
-rw-r--r--ruth/ruth.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/ruth/ChangeLog b/ruth/ChangeLog
index 2b3f432..edba36d 100644
--- a/ruth/ChangeLog
+++ b/ruth/ChangeLog
@@ -1,5 +1,10 @@
2008-12-12 Neal H. Walfield <neal@gnu.org>
+ * ruth.c (main): When done with all tests, don't spin, just
+ return.
+
+2008-12-12 Neal H. Walfield <neal@gnu.org>
+
Update to new RPC interfaces.
* ruth.c (main): Update use of rm_folio_alloc,
rm_folio_object_alloc, rm_thread_exregs, rm_activity_policy,
diff --git a/ruth/ruth.c b/ruth/ruth.c
index 8f25a59..3cf48b2 100644
--- a/ruth/ruth.c
+++ b/ruth/ruth.c
@@ -1072,9 +1072,5 @@ main (int argc, char *argv[])
debug (1, DEBUG_BOLD ("\n\nAll tests ran successfully to completion!\n\n"));
- debug (1, "Shutting down...");
- while (1)
- l4_sleep (L4_NEVER);
-
return 0;
}