public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Fabian Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH v2 qemu-server 2/2] tests: remove migration test run dir with make clean
Date: Mon, 11 Jan 2021 15:00:24 +0100	[thread overview]
Message-ID: <20210111140024.13377-2-f.ebner@proxmox.com> (raw)
In-Reply-To: <20210111140024.13377-1-f.ebner@proxmox.com>

Suggested-by: Stefan Reiter <s.reiter@proxmox.com>
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---

New in v2.

 Makefile      | 1 +
 test/Makefile | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 457eaef..9707fb5 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,7 @@ upload: ${DEB}
 clean:
 	rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
 	$(MAKE) cleanup-docgen
+	$(MAKE) -C test $@
 	find . -name '*~' -exec rm {} ';'
 
 
diff --git a/test/Makefile b/test/Makefile
index 29b9db6..b784da7 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -25,3 +25,7 @@ test_migration: run_qemu_migrate_tests.pl MigrationTest/*.pm $(MIGRATION_TEST_TA
 
 $(MIGRATION_TEST_TARGETS):
 	./run_qemu_migrate_tests.pl $(@:test_migration_%=%)
+
+.PHONY: clean
+clean:
+	rm -rf ./MigrationTest/run/
-- 
2.20.1





  reply	other threads:[~2021-01-11 14:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-11 14:00 [pve-devel] [PATCH v2 qemu-server 1/2] tests: mock storage locking for migration tests Fabian Ebner
2021-01-11 14:00 ` Fabian Ebner [this message]
2021-01-12  8:03 ` Fabian Ebner
2021-01-12 11:07   ` Thomas Lamprecht
2021-01-15  7:47     ` Fabian Ebner

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=20210111140024.13377-2-f.ebner@proxmox.com \
    --to=f.ebner@proxmox.com \
    --cc=pve-devel@lists.proxmox.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal