Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/dev/raidframe Reduce disk image size for tests (PR 442...
details: https://anonhg.NetBSD.org/src/rev/686f2488c005
branches: trunk
changeset: 1000144:686f2488c005
user: martin <martin%NetBSD.org@localhost>
date: Wed Jul 10 06:10:54 2019 +0000
description:
Reduce disk image size for tests (PR 44239 has been fixed)
diffstat:
tests/dev/raidframe/t_raid.sh | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 7ffef81111aa -r 686f2488c005 tests/dev/raidframe/t_raid.sh
--- a/tests/dev/raidframe/t_raid.sh Wed Jul 10 05:57:43 2019 +0000
+++ b/tests/dev/raidframe/t_raid.sh Wed Jul 10 06:10:54 2019 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/atf-sh
-# $NetBSD: t_raid.sh,v 1.13 2018/01/18 00:32:49 mrg Exp $
+# $NetBSD: t_raid.sh,v 1.14 2019/07/10 06:10:54 martin Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -113,8 +113,7 @@
rump.halt
}
-# make this smaller once 44239 is fixed
-export RAID_MEDIASIZE=32m
+export RAID_MEDIASIZE=4m
atf_test_case raid1_compfail cleanup
raid1_compfail_head()
Home |
Main Index |
Thread Index |
Old Index