From: Petr Rockai <mornfall@fedoraproject.org>
To: lvm-devel@redhat.com
Subject: dev-mornfall-activate - test: correct order
Date: Tue, 4 Jun 2013 19:25:26 +0000 (UTC) [thread overview]
Message-ID: <20130604192526.8435360D78@fedorahosted.org> (raw)
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=320d7f3596f78972d5fa843b9d56510ff299a958
Commit: 320d7f3596f78972d5fa843b9d56510ff299a958
Parent: 23775c8fe8cdd82dee33cd397eeab5a84181380b
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Tue Apr 23 17:05:19 2013 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Apr 23 17:05:19 2013 +0200
test: correct order
Call notify after resume (like in enable_dev()).
---
test/lib/aux.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index d500b37..4339ef4 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -413,8 +413,8 @@ error_dev() {
dmsetup create -u "TEST-$name" "$name" "$name.errtable"
fi
# using device name (since device path does not exists yet with udev)
- notify_lvmetad "$dev"
dmsetup resume "$name"
+ notify_lvmetad "$dev"
finish_udev_transaction
}
reply other threads:[~2013-06-04 19:25 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=20130604192526.8435360D78@fedorahosted.org \
--to=mornfall@fedoraproject.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.