Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit f771159

Browse files
committed
[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 <troy@troyronda.com>
1 parent 02ba89a commit f771159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,4 +481,4 @@ clean-temp:
481481
-rm -f integration-report.xml report.xml
482482

483483
.PHONY: clean-tests
484-
clean-test: clean-temp clean-fixtures
484+
clean-tests: clean-temp clean-fixtures

0 commit comments

Comments
 (0)