]> Git Repo - qemu.git/commitdiff
tests/tcg: fix typo when calling clean-tcg
authorAlex Bennée <[email protected]>
Tue, 10 Sep 2019 12:09:31 +0000 (13:09 +0100)
committerAlex Bennée <[email protected]>
Tue, 10 Sep 2019 13:14:32 +0000 (14:14 +0100)
Signed-off-by: Alex Bennée <[email protected]>
tests/Makefile.include

index 9380b9eb6661fb5368aa2bfe9d6ae1ea769e417d..b39860a8d03330aa194ff660d4a05f8a0ab754d4 100644 (file)
@@ -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)
This page took 0.027553 seconds and 4 git commands to generate.