Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/dev/raidframe Add missing RUMP_SERVER export, so the "...
details: https://anonhg.NetBSD.org/src/rev/09ae4f81e53c
branches: trunk
changeset: 768146:09ae4f81e53c
user: martin <martin%NetBSD.org@localhost>
date: Tue Aug 09 13:48:55 2011 +0000
description:
Add missing RUMP_SERVER export, so the "normal" test does not fail with
a stupid error.
diffstat:
tests/dev/raidframe/t_raid.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 6c3a74539574 -r 09ae4f81e53c tests/dev/raidframe/t_raid.sh
--- a/tests/dev/raidframe/t_raid.sh Tue Aug 09 13:06:31 2011 +0000
+++ b/tests/dev/raidframe/t_raid.sh Tue Aug 09 13:48:55 2011 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/atf-sh
-# $NetBSD: t_raid.sh,v 1.9 2011/07/29 19:57:38 oster Exp $
+# $NetBSD: t_raid.sh,v 1.10 2011/08/09 13:48:55 martin Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -170,6 +170,7 @@
raid1_normal_body()
{
makecfg 1 2
+ export RUMP_SERVER=unix://sock
atf_check -s exit:0 ${raidserver} \
-d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
-d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \
Home |
Main Index |
Thread Index |
Old Index