From f771159d6fd03e8b332b5007ca171fd92c1b5aa5 Mon Sep 17 00:00:00 2001 From: Troy Ronda Date: Wed, 11 Jul 2018 11:17:12 -0400 Subject: [PATCH] [FAB-11040] Fix typo in clean-tests target This change fixes the clean-tests Makefile target. It was missing the 's'. Change-Id: Ic3631df0a2260dfcf7acf783414e9e2b23227574 Signed-off-by: Troy Ronda --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24295875c6..9246ab3e4f 100644 --- a/Makefile +++ b/Makefile @@ -481,4 +481,4 @@ clean-temp: -rm -f integration-report.xml report.xml .PHONY: clean-tests -clean-test: clean-temp clean-fixtures \ No newline at end of file +clean-tests: clean-temp clean-fixtures \ No newline at end of file