Skip to content

Commit ed18056

Browse files
author
AntoniaSzecsi
committed
Change target name to a suggestive one
1 parent dcd903a commit ed18056

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ test-integ: setup-codebuild-agent
2727
build:
2828
rake build
2929

30-
.PHONY: test-rie
31-
test-rie:
32-
scripts/test-rie.sh
30+
.PHONY: run-local-ric
31+
run-local-ric:
32+
scripts/run-local-ric.sh
3333

3434
.PHONY: pr
3535
pr: init test-unit test-smoke
@@ -46,7 +46,7 @@ TARGETS
4646
test-integ Run Integration tests.
4747
test-unit Run Unit Tests.
4848
test-smoke Run Sanity/Smoke tests.
49-
test-rie Tests local RIC with Runtime Interface Emulator.
49+
run-local-ric Run local RIC changes with Runtime Interface Emulator.
5050
pr Perform all checks before submitting a Pull Request.
5151

5252
endef

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ This command invokes the function running in the container image and returns a r
138138

139139
### Automated Local Testing
140140

141-
For a simple approach to test your local RIC changes, use the one-command test setup:
141+
For a simple approach to run your local RIC changes, use the one-command setup:
142142

143143
```shell script
144-
make test-rie
144+
make run-local-ric
145145
```
146146

147147
This command will:
File renamed without changes.

0 commit comments

Comments
 (0)