mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
Makefile: Fix integration test runner
This commit is contained in:
parent
11da2a6c9b
commit
8e83fb6fb9
4
Makefile
4
Makefile
@ -32,7 +32,7 @@ version:
|
||||
|
||||
# Full suite of integration tests
|
||||
test: rclone
|
||||
go install github.com/ncw/fstest/test_all
|
||||
go install github.com/ncw/rclone/fstest/test_all
|
||||
-go test $(BUILDTAGS) $(GO_FILES) 2>&1 | tee test.log
|
||||
-test_all github.com/ncw/rclone/fs/operations github.com/ncw/rclone/fs/sync 2>&1 | tee fs/test_all.log
|
||||
@echo "Written logs in test.log and fs/test_all.log"
|
||||
@ -95,7 +95,7 @@ clean:
|
||||
go clean ./...
|
||||
find . -name \*~ | xargs -r rm -f
|
||||
rm -rf build docs/public
|
||||
rm -f rclone fs/fs.test fs/test_all.log test.log
|
||||
rm -f rclone fs/operations/operations.test fs/sync/sync.test fs/test_all.log test.log
|
||||
|
||||
website:
|
||||
cd docs && hugo
|
||||
|
Loading…
Reference in New Issue
Block a user