forked from TrueCloudLab/rclone
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
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -28,8 +28,8 @@ test: rclone
|
|||
|
||||
# Quick test
|
||||
quicktest:
|
||||
go test $(GO_FILES)
|
||||
go test -cpu=2 -race $(GO_FILES)
|
||||
RCLONE_CONFIG="/notfound" go test $(GO_FILES)
|
||||
RCLONE_CONFIG="/notfound" go test -cpu=2 -race $(GO_FILES)
|
||||
|
||||
# Do source code quality checks
|
||||
check: rclone
|
||||
|
|
Loading…
Add table
Reference in a new issue