mirror of
https://github.com/restic/restic.git
synced 2025-08-12 03:57:40 +00:00
Run sftp integration test in a subshell
This commit is contained in:
@@ -15,7 +15,7 @@ script:
|
||||
- go build -ldflags "-s" -o restic ./cmd/restic
|
||||
- "stat --printf='binary size: %s' restic"
|
||||
- go test -v ./...
|
||||
- cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./...
|
||||
- ./testsuite.sh
|
||||
- sh -c "cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./..."
|
||||
- gofmt -l *.go */*.go */*/*.go
|
||||
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
||||
|
Reference in New Issue
Block a user