fix typo
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Jul 14, 2017 at 16:46 UTC
3e8e03939f011dd19e173e75c24b2a1d0e3580be
1 file changed
+1
-1
coverage/Rules.mk
+1
-1
@@ -41,7 +41,7 @@ endif
41
42
export IPFS_COVER_DIR:= $(realpath $(d))/sharnesscover/
43
44
-$(D)/sharness_tests.coverprofile: export TEST_NO_PLUGIN=1
44
+$(d)/sharness_tests.coverprofile: export TEST_NO_PLUGIN=1
45
$(d)/sharness_tests.coverprofile: $(d)/ipfs cmd/ipfs/ipfs-test-cover $(d)/coverage_deps test_sharness_short
46
(cd $(@D)/sharnesscover && find . -type f | gocovmerge -list -) > $@
47