From: "Matthew Kent" <mkent@magoazul.com>
To: xfs@oss.sgi.com
Subject: Re: couple small xfstest patches
Date: Fri, 21 Nov 2008 14:17:10 -0800 (PST) [thread overview]
Message-ID: <72b2ec8a9397a88aff5abf5c8590f282.squirrel@mail.voxel.net> (raw)
In-Reply-To: <a2da1d27af9a31cc891cfeeafc27abf4.squirrel@mail.voxel.net>
[-- Attachment #1: Type: text/plain, Size: 142 bytes --]
> * add a unified diff output option, find it easier on the eyes ;)
oops :)
fixed.
--
Matthew Kent <mkent@magoazul.com>
http://magoazul.com
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: xfstest-unified_diff.patch --]
[-- Type: text/x-diff; name="xfstest-unified_diff.patch", Size: 582 bytes --]
--- xfs-cmds/xfstests/common.orig 2008-11-21 14:13:12.000000000 -0800
+++ xfs-cmds/xfstests/common 2008-11-21 14:15:37.000000000 -0800
@@ -107,6 +107,7 @@
-nfs test NFS
-l line mode diff (default)
-xdiff graphical mode diff
+ -udiff show unified diff
-n show me, do not run tests
-q quick [deprecated]
-T output timestamps
@@ -157,6 +158,11 @@
fi
;;
+ -udiff) # show a unified diff
+ xpand=false
+ diff="$diff -u"
+ ;;
+
-q) # "quick", no longer used - always quick :-)
xpand=false
;;
[-- Attachment #3: Type: text/plain, Size: 121 bytes --]
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2008-11-21 22:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-21 21:45 couple small xfstest patches Matthew Kent
2008-11-21 22:17 ` Matthew Kent [this message]
2008-12-22 13:08 ` Christoph Hellwig
2008-12-22 14:55 ` Eric Sandeen
2008-12-29 11:37 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=72b2ec8a9397a88aff5abf5c8590f282.squirrel@mail.voxel.net \
--to=mkent@magoazul.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox