From c494a18ffc9eb5f4212f62e58924f7d5d322f4dc Mon Sep 17 00:00:00 2001 From: ptools Date: Fri, 20 Feb 2004 02:47:33 +0000 Subject: [PATCH] Make some log recover tests work on other platforms - don't print out $SCRATCH_MNT. Also test 64K v2 logs. don't output $SCRATCH_MNT which varies on hosts --- 085 | 4 +- 085.out | 2 +- 086 | 13 +- 086.out | 480 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 462 insertions(+), 37 deletions(-) diff --git a/085 b/085 index 747c1093..8e46baa4 100755 --- a/085 +++ b/085 @@ -1,5 +1,5 @@ #! /bin/sh -# XFS QA Test No. 084 +# XFS QA Test No. 085 # # To test log replay by shutdown of file system # This is the first simple initial test to ensure that @@ -124,7 +124,7 @@ grep recovery $tmp.comm |\ sed -e 's/.*Start/Start/' -e 's/system:.*/system/' \ -e 's/.*End/End/' -echo "ls $SCRATCH_MNT" +echo "ls SCRATCH_MNT" ls $SCRATCH_MNT echo "unmount" diff --git a/085.out b/085.out index ebe27274..ce480ed7 100644 --- a/085.out +++ b/085.out @@ -10,7 +10,7 @@ mount with replay check syslog for recovery... Starting XFS recovery on filesystem Ending XFS recovery on filesystem -ls /mnt/scratch +ls SCRATCH_MNT 00 01 02 diff --git a/086 b/086 index 2dcb3397..56166ee8 100755 --- a/086 +++ b/086 @@ -65,14 +65,7 @@ cat >$tmp.seq.params <