Skip to content

Commit

Permalink
update shaInfor to shaInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Dec 17, 2024
1 parent 1b19413 commit 29909e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.
##############################################################################

.PHONY: help rmResultFile shaInfor resultsSummary
.PHONY: help rmResultFile shaInfo resultsSummary

help:
@echo "This makefile is used to build and execute JVM tests. You should specify the following"
Expand Down Expand Up @@ -364,7 +364,7 @@ $(SUBDIRS_TESTTARGET):

$(TESTTARGET): $(SUBDIRS_TESTTARGET)

_$(TESTTARGET): setup_$(TESTTARGET) rmResultFile $(TESTTARGET) shaInfor resultsSummary teardown_$(TESTTARGET)
_$(TESTTARGET): setup_$(TESTTARGET) rmResultFile $(TESTTARGET) shaInfo resultsSummary teardown_$(TESTTARGET)
@$(ECHO) $@ done

.PHONY: _$(TESTTARGET) $(TESTTARGET) $(SUBDIRS) $(SUBDIRS_TESTTARGET)
Expand Down Expand Up @@ -443,7 +443,7 @@ endif
rmResultFile:
@$(RM) $(Q)$(TEMPRESULTFILE)$(Q)

shaInfor:
shaInfo:
@$(ECHO_NEWLINE)
@$(ECHO_NEWLINE)
@$(ECHO) $(Q)Collect all REPOs sha $(Q)
Expand Down

0 comments on commit 29909e3

Please sign in to comment.