| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfstests: before test execution, print test number to syslog |
| From: | Stefan Behrens <sbehrens@xxxxxxxxxxxxxxxx> |
| Date: | Fri, 2 Mar 2012 13:26:55 +0100 |
When the xfstests are executed in a batch (like "check 001-299")
and produce syslog output, it is helpful to know which test was
causing the output. Therefore each time a test is started, a
syslog message is generated that contains the number of the
xfstest.
Signed-off-by: Stefan Behrens <sbehrens@xxxxxxxxxxxxxxxx>
---
check | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/check b/check
index f792009..883edcc 100755
--- a/check
+++ b/check
@@ -241,6 +241,7 @@ do
start=`_wallclock`
$timestamp && echo -n " ["`date "+%T"`"]"
[ ! -x $seq ] && chmod u+x $seq # ensure we can run it
+ logger "run xfstest $seq"
./$seq >$tmp.rawout 2>&1
sts=$?
$timestamp && _timestamp
--
1.7.3.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 8/8] xfs: add a shrinker for quotacheck, Christoph Hellwig |
|---|---|
| Next by Date: | Re: fsync, rename, O_ATOMIC/O_PONIES, Olaf van der Spek |
| Previous by Thread: | Re: XFS: Assertion failed: bp->b_bn != XFS_BUF_DADDR_NULL, file: fs/xfs/xfs_buf.c, line: 598, Christoph Hellwig |
| Next by Thread: | Re: [PATCH] xfstests: before test execution, print test number to syslog, Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |