All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Teigland <teigland@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - tests: fix skip in stress_single_thread.sh
Date: Wed, 16 Jun 2021 14:37:26 +0000 (GMT)	[thread overview]
Message-ID: <20210616143726.94B76385741E@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=e5740e9646d08eb9804a40bf195cefa46e8006e2
Commit:        e5740e9646d08eb9804a40bf195cefa46e8006e2
Parent:        f8742b6df2a34df1867c7da6b1a057d2d23a7a37
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Wed Jun 16 09:37:04 2021 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Wed Jun 16 09:37:04 2021 -0500

tests: fix skip in stress_single_thread.sh

---
 test/shell/stress_single_thread.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/shell/stress_single_thread.sh b/test/shell/stress_single_thread.sh
index ed9ce13c5..7982e9dad 100644
--- a/test/shell/stress_single_thread.sh
+++ b/test/shell/stress_single_thread.sh
@@ -13,10 +13,10 @@
 
 SKIP_WITH_LVMPOLLD=1
 
-[ -z "$LVM_TEST_LOCK_TYPE_IDM" ] && skip;
-
 . lib/inittest
 
+[ -z "$LVM_TEST_LOCK_TYPE_IDM" ] && skip;
+
 aux prepare_vg 3
 
 for i in {1..1000}



                 reply	other threads:[~2021-06-16 14:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210616143726.94B76385741E@sourceware.org \
    --to=teigland@sourceware.org \
    --cc=lvm-devel@redhat.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 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.