Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Remove DB Directory removal as part of make clean (#84)
Browse files Browse the repository at this point in the history
As part of PR: #77 i added removal of DB Directory (/var/run/redis) as part of make clean. This is causing issue where other debian package test fails (as they don't see database_config.json) .
  • Loading branch information
abdosi authored Jul 28, 2021
1 parent 085f29d commit 0443e66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ check:
clean:
$(RM) -r build
$(RM) -r vendor
sudo $(RM) -r ${DBDIR}

$(TELEMETRY_TEST_BIN): $(TEST_FILES) $(SRC_FILES)
mkdir -p $(@D)
Expand Down

0 comments on commit 0443e66

Please sign in to comment.