Re: [PATCH v3] xfstests: Fix installation for extended

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



On Thu, Jun 30, 2016 at 6:06 PM, Jan Tulak <jtulak@xxxxxxxxxx> wrote:
> xfstests supports extended test names like 314-foo-bar, but installation of
> these tests was skipped (not matching a regexp). So this patch fixes the
> makefiles in tests/xfs/.
>
> This change will have to be repeated later for other directories, as adding it
> now everywhere would cause make install to fail if no such extended name is
> present in the dir.
>
> Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx>
> ---
> UPDATE:
> Let it be just in tests/xfs/.
>
> NOTE: if tested without at first merging my 400-input-valiation test, make
> install will fail again. :-)
>
> Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx>
> ---
>  tests/xfs/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tests/xfs/Makefile b/tests/xfs/Makefile
> index db94be0..e9b98a3 100644
> --- a/tests/xfs/Makefile
> +++ b/tests/xfs/Makefile
> @@ -13,8 +13,10 @@ include $(BUILDRULES)
>  install:
>         $(INSTALL) -m 755 -d $(TARGET_DIR)
>         $(INSTALL) -m 755 [0-9]?? $(TARGET_DIR)
> +       $(INSTALL) -m 755 [0-9]??-* $(TARGET_DIR)
>         $(INSTALL) -m 644 group $(TARGET_DIR)
>         $(INSTALL) -m 644 [0-9]??.* $(TARGET_DIR)
> +       $(INSTALL) -m 644 [0-9]??-*.* $(TARGET_DIR)
>
>  # Nothing.
>  install-dev install-lib:
> --
> 2.5.5
>

Ah, I'm sorry, I cut "names" from $SUBJ. Should be "Extended names",
but I think it is not worth of a fixing patch...

Thanks,
Jan

-- 
Jan Tulak
jtulak@xxxxxxxxxx / jan@xxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux