Skip to content

Commit 06d98d9

Browse files
committed
Reseting to cisco_gnmi/master.
1 parent 3678dc4 commit 06d98d9

File tree

12 files changed

+889
-922
lines changed

12 files changed

+889
-922
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mostlyclean:
2222
## Runs tests.
2323
.PHONY: test
2424
test:
25-
pipenv run pytest $(TEST_DIR) -vv -s --disable-warnings
25+
pipenv run pytest $(TEST_DIR) -v -s --disable-warnings
2626

2727
## Creates coverage report.
2828
.PHONY: coverage
@@ -84,4 +84,4 @@ help:
8484
helpMessage = ""; \
8585
} \
8686
}' \
87-
$(MAKEFILE_LIST)
87+
$(MAKEFILE_LIST)

0 commit comments

Comments
 (0)