Remove ch-tests from make sync command

The tests/charm-helpers contents were removed in the last cycle
but the corresponding sync tool was not updated for this charm.

Change-Id: I514c00333c77367cbdb4bb6d8a06c91562a9187d
This commit is contained in:
Corey Bryant 2019-01-08 15:22:32 +00:00
parent 6f4d50af4f
commit 2662cc8244
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ bin/charm_helpers_sync.py:
sync: bin/charm_helpers_sync.py
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
test:
@echo Starting unit tests...