make: delete log files at new output file location

This commit is contained in:
Johan T. Halseth 2019-06-12 16:44:21 +02:00
parent 1ba99da7bd
commit dcaed7254e
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -65,4 +65,4 @@ else
ITEST_TAGS += btcd
endif
ITEST := rm output*.log; date; $(GOTEST) ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput
ITEST := rm lntest/itest/output*.log; date; $(GOTEST) ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput