mirror of
https://github.com/rclone/rclone.git
synced 2025-06-19 19:28:00 +02:00
Make "make quicktest" ignore a config file if present for local running
This means "make quicktest" should give the same result as when run by Travis.
This commit is contained in:
parent
166fd50451
commit
47ebd0789c
4
Makefile
4
Makefile
@ -28,8 +28,8 @@ test: rclone
|
|||||||
|
|
||||||
# Quick test
|
# Quick test
|
||||||
quicktest:
|
quicktest:
|
||||||
go test $(GO_FILES)
|
RCLONE_CONFIG="/notfound" go test $(GO_FILES)
|
||||||
go test -cpu=2 -race $(GO_FILES)
|
RCLONE_CONFIG="/notfound" go test -cpu=2 -race $(GO_FILES)
|
||||||
|
|
||||||
# Do source code quality checks
|
# Do source code quality checks
|
||||||
check: rclone
|
check: rclone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user