Source-Changes-HG archive

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

[src/trunk]: src/tests/rump/rumpkern in reconnect, ignore any all reconnect m...



details:   https://anonhg.NetBSD.org/src/rev/639f3b0a183d
branches:  trunk
changeset: 762605:639f3b0a183d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Feb 24 08:40:06 2011 +0000

description:
in reconnect, ignore any all reconnect messages

diffstat:

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

diffs (18 lines):

diff -r 3b540fcac171 -r 639f3b0a183d tests/rump/rumpkern/t_sp.sh
--- a/tests/rump/rumpkern/t_sp.sh       Thu Feb 24 08:18:40 2011 +0000
+++ b/tests/rump/rumpkern/t_sp.sh       Thu Feb 24 08:40:06 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_sp.sh,v 1.10 2011/01/24 17:51:29 pooka Exp $
+#      $NetBSD: t_sp.sh,v 1.11 2011/02/24 08:40:06 pooka Exp $
 #
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -99,7 +99,7 @@
 
        export RUMP_SERVER=unix://commsock
        atf_check -s exit:0 rump_server ${RUMP_SERVER}
-       atf_check -s exit:0 $(atf_get_srcdir)/h_client/h_reconcli 2
+       atf_check -s exit:0 -e ignore $(atf_get_srcdir)/h_client/h_reconcli 2
 }
 
 atf_init_test_cases()



Home | Main Index | Thread Index | Old Index