File: go-test

package info (click to toggle)
golang-github-vishvananda-netns 0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 140 kB
  • sloc: sh: 4; makefile: 3
file content (6 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/bash
set -e

export GOPATH=/usr/share/gocode
export GO111MODULE=off
go test -v -cpu 1,2,3 github.com/vishvananda/netns/...