1
mirror of https://github.com/rclone/rclone synced 2024-09-28 03:33:27 +02:00

Makefile: make test now stores logs and tests everything

This commit is contained in:
Nick Craig-Wood 2017-09-27 16:13:33 +01:00
parent 748c9f5cb7
commit 8771d352d4

View File

@ -32,8 +32,9 @@ version:
# Full suite of integration tests
test: rclone
go test $(BUILDTAGS) $(GO_FILES)
cd fs && go run $(BUILDTAGS) test_all.go
-go test $(BUILDTAGS) $(GO_FILES) 2>&1 | tee test.log
-cd fs && go run $(BUILDTAGS) test_all.go 2>&1 | tee test_all.log
@echo "Written logs in test.log and fs/test_all.log"
# Quick test
quicktest: