File: test_openbsd_mvme88k_install.sh

package info (click to toggle)
gxemul 0.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,152 kB
  • sloc: ansic: 111,065; sh: 972; exp: 354; makefile: 118
file content (22 lines) | stat: -rwxr-xr-x 405 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
#
#  A small test to measure how long time it takes (real time) to install
#  OpenBSD/mvme88k 4.5, without interaction.
#
#  Start with:
#
#	test/test_openbsd_mvme88k_install.sh
#

rm -f obsd_mvme88k.img
dd if=/dev/zero of=obsd_mvme88k.img bs=1024 count=1 seek=1900000
sync
sleep 2

time test/test_openbsd_mvme88k_install.expect 2> /tmp/gxemul_result

echo
echo
echo
echo
cat /tmp/gxemul_result