mirror of
https://github.com/rclone/rclone.git
synced 2025-04-11 12:28:34 +02:00
fstest/test_all: make sure Version is correct in build
This commit is contained in:
parent
b0db08fd2b
commit
25d0e59ef8
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ version:
|
|||||||
|
|
||||||
# Full suite of integration tests
|
# Full suite of integration tests
|
||||||
test: rclone
|
test: rclone
|
||||||
go install github.com/ncw/rclone/fstest/test_all
|
go install --ldflags "-s -X github.com/ncw/rclone/fs.Version=$(TAG)" $(BUILDTAGS) github.com/ncw/rclone/fstest/test_all
|
||||||
-test_all 2>&1 | tee test_all.log
|
-test_all 2>&1 | tee test_all.log
|
||||||
@echo "Written logs in test_all.log"
|
@echo "Written logs in test_all.log"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user