Run sftp integration test in a subshell

This commit is contained in:
Alexander Neumann 2015-03-28 15:53:33 +01:00
parent 1954680c9e
commit 616170ed2e
1 changed files with 1 additions and 1 deletions

View File

@ -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)"