From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: tiwai@suse.de, perex@perex.cz
Cc: alsa-devel@alsa-project.org
Subject: Re: [alsa-utils][PATCH 13/13] Revert "axfer: test - add run-test-in-tmpdir.sh script"
Date: Thu, 11 Mar 2021 14:32:52 +0900 [thread overview]
Message-ID: <20210311053252.GA404126@workstation> (raw)
In-Reply-To: <20210311052146.404003-14-o-takashi@sakamocchi.jp>
Oops. I missed delete this old-versioned patch. Please abandon this
when applying the others.
Regards
Takashi Sakamoto
On Thu, Mar 11, 2021 at 02:21:44PM +0900, Takashi Sakamoto wrote:
> This reverts commit e1551de8dd28c3a63f8d7c146952a8d2649ac9de since tests
> run for in-memory files now.
>
> Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
> ---
> axfer/test/run-test-in-tmpdir.sh | 19 -------------------
> 1 file changed, 19 deletions(-)
> delete mode 100755 axfer/test/run-test-in-tmpdir.sh
>
> diff --git a/axfer/test/run-test-in-tmpdir.sh b/axfer/test/run-test-in-tmpdir.sh
> deleted file mode 100755
> index e66fa73..0000000
> --- a/axfer/test/run-test-in-tmpdir.sh
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -#!/bin/sh
> -
> -bin="$1"
> -
> -test -z ${bin} && exit 90
> -test ! -x ${bin} && exit 91
> -test -z ${TMPDIR} && exit 92
> -test ! -d ${TMPDIR} && exit 93
> -
> -tmp_dir=$(mktemp -d ${TMPDIR}/container-test.XXXXX)
> -cur_dir=$(pwd)
> -
> -echo ${tmp_dir}
> -cd ${tmp_dir}
> -${cur_dir}/${bin}
> -retval=$?
> -cd ${cur_dir}
> -rm -rf ${tmp_dir}
> -exit $retval
> --
> 2.27.0
>
next prev parent reply other threads:[~2021-03-11 5:34 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-11 5:21 [alsa-utils][PATCH 00/14] axfer: reduce test time Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 01/14] axfer: minor code arrangement for container module in a point of nonblocking flag Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 02/14] axfer: minor code arrangement in a point of stdio detection Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 03/14] axfer: minor code arrangement in a point of opened file descriptor Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 04/14] axfer: minor code arrangement to allocate containers Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 05/14] axfer: open file descriptor outside of container module Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 06/14] axfer: maintain lifetime of " Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 07/14] autotools: preparation to use memfd_create(2) Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 08/14] axfer: test: minor code arrangement to use the same file descriptor for container-test Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 09/14] axfer: test: use memfd_create() " Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 10/14] axfer: test: minor code arrangement to use the same file descriptor for mappter-test Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 11/14] axfer: test: use memfd_create() for mapper-test Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 12/14] axfer: test: reduce test case for maximum number of frame count Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 13/13] Revert "axfer: test - add run-test-in-tmpdir.sh script" Takashi Sakamoto
2021-03-11 5:32 ` Takashi Sakamoto [this message]
2021-03-11 5:21 ` [alsa-utils][PATCH 13/14] axfer: test: reduce test case for maximum number of samples per frame Takashi Sakamoto
2021-03-11 5:21 ` [alsa-utils][PATCH 14/14] Revert "axfer: test - add run-test-in-tmpdir.sh script" Takashi Sakamoto
2021-03-11 8:32 ` [alsa-utils][PATCH 00/14] axfer: reduce test time Jaroslav Kysela
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=20210311053252.GA404126@workstation \
--to=o-takashi@sakamocchi.jp \
--cc=alsa-devel@alsa-project.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.