Fixed a message text
This commit is contained in:
parent
0245fb746b
commit
6a4891dc69
1 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ run:
|
|||
|
||||
test:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py} test"; \
|
||||
echo "testing $${py} test"; \
|
||||
cd "$${py}"; \
|
||||
$(MAKE) test ; \
|
||||
cd .. ; \
|
||||
|
|
@ -35,7 +35,6 @@ install:
|
|||
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
cd "$${py}"; \
|
||||
$(MAKE) clean ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue