From 6728bbddc8ecc60334594eaee3e5239a7e3802c8 Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Thu, 6 May 2010 17:26:07 +0000 Subject: [PATCH] xfstests: honor comments in the test group file There are some spots in the "group" file where test numbers have groups listed after a '#' character, clearly intending for those groups to be commented out. But the way the group list gets generated that commenting doesn't work, and in fact these tests explicitly *are* included in such commented-out groups. This patch fixes that, stripping out all comments (which start with a '#' character and end with a newline) from the file before building the set of test numbers for a group. Signed-off-by: Alex Elder Reviewed-by: Christoph Hellwig --- common | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/common b/common index 828563de..817c0039 100644 --- a/common +++ b/common @@ -58,9 +58,10 @@ do if $group then # arg after -g - group_list=`sed -n