mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
Makefile: make test now stores logs and tests everything
This commit is contained in:
parent
748c9f5cb7
commit
8771d352d4
5
Makefile
5
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user