Skip to content

Commit ca4753a

Browse files
Test specific file is changed to be compatible with maven.
1 parent 5c3318f commit ca4753a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test:
3030
.PHONY: test_specific
3131
test_specific:
3232
@echo "$(ATTN_COLOR)==> test_specific $(NO_COLOR)"
33-
@sh ./scripts/test_specific_mvn.sh
33+
@sh ./scripts/test_specific.sh
3434

3535
.PHONY: up
3636
up:

scripts/test_specific.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
echo "To run a specific test:"
2-
echo " ant test -Dtestcase=[testclass]"
2+
echo " mvn test -Dtest=[testclass]"

scripts/test_specific_mvn.sh

-2
This file was deleted.

0 commit comments

Comments
 (0)