Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/rump/rumpkern use rump.halt in cleanup



details:   https://anonhg.NetBSD.org/src/rev/8c0c8676c9eb
branches:  trunk
changeset: 759532:8c0c8676c9eb
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Dec 12 12:51:19 2010 +0000

description:
use rump.halt in cleanup

diffstat:

 tests/rump/rumpkern/t_sp.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4f3bf4761793 -r 8c0c8676c9eb tests/rump/rumpkern/t_sp.sh
--- a/tests/rump/rumpkern/t_sp.sh       Sun Dec 12 12:49:59 2010 +0000
+++ b/tests/rump/rumpkern/t_sp.sh       Sun Dec 12 12:51:19 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_sp.sh,v 1.1 2010/11/30 22:09:15 pooka Exp $
+#      $NetBSD: t_sp.sh,v 1.2 2010/12/12 12:51:19 pooka Exp $
 #
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -76,7 +76,7 @@
 
 docleanup()
 {
-       RUMP_SERVER=unix://commsock $(atf_get_srcdir)/h_client/h_reboot
+       RUMP_SERVER=unix://commsock rump.halt
 }
 
 atf_init_test_cases()



Home | Main Index | Thread Index | Old Index