From: Paul Vinciguerra Date: Fri, 27 Mar 2020 03:11:50 +0000 (-0400) Subject: build tests: fix 'test-wipe-papi' target X-Git-Tag: v20.09-rc0~325 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F26177%2F2;p=vpp.git build tests: fix 'test-wipe-papi' target Fix transposed terms. Type: fix Change-Id: Ibc3f5d5d9dbd81c9edf09ae5024c3ac4b1939d03 Signed-off-by: Paul Vinciguerra --- diff --git a/Makefile b/Makefile index 67fdcd487e2..1e6f9ecc6e0 100644 --- a/Makefile +++ b/Makefile @@ -465,7 +465,7 @@ papi-wipe: test-wipe-papi .PHONY: test-wipe-papi test-wipe-papi: - @make -C test papi-wipe + @make -C test wipe-papi .PHONY: test-help test-help: