diff options
author | Alex Bennée | 2019-09-10 14:09:31 +0200 |
---|---|---|
committer | Alex Bennée | 2019-09-10 15:14:32 +0200 |
commit | dda60da384ddbe4fc75182dd23db7e9aa4a88f46 (patch) | |
tree | d91e66512048e764849b3ebf7f9c9dba83c34c65 | |
parent | travis.yml: Install libcap-dev for testing virito-9p (diff) | |
download | qemu-dda60da384ddbe4fc75182dd23db7e9aa4a88f46.tar.gz qemu-dda60da384ddbe4fc75182dd23db7e9aa4a88f46.tar.xz qemu-dda60da384ddbe4fc75182dd23db7e9aa4a88f46.zip |
tests/tcg: fix typo when calling clean-tcg
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r-- | tests/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 9380b9eb66..b39860a8d0 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -1081,7 +1081,7 @@ clean-tcg-tests-%: $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) \ -f $(SRC_PATH)/tests/tcg/Makefile.qemu \ SRC_PATH=$(SRC_PATH) TARGET="$*" clean-guest-tests, \ - "RUN", "TCG tests for $*") + "CLEAN", "TCG tests for $*") .PHONY: build-tcg build-tcg: $(BUILD_TCG_TARGET_RULES) |