Skip to content

Commit

Permalink
[FAB-11040] Fix typo in clean-tests target
Browse files Browse the repository at this point in the history
This change fixes the clean-tests Makefile target. It was missing the
's'.

Change-Id: Ic3631df0a2260dfcf7acf783414e9e2b23227574
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Jul 11, 2018
1 parent 02ba89a commit f771159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,4 @@ clean-temp:
-rm -f integration-report.xml report.xml

.PHONY: clean-tests
clean-test: clean-temp clean-fixtures
clean-tests: clean-temp clean-fixtures

0 comments on commit f771159

Please sign in to comment.