fgimenez@arkham:~/workspace/gocode/src/launchpad.net/snappy$ export GOMAXPROCS=1
fgimenez@arkham:~/workspace/gocode/src/launchpad.net/snappy$ go test ./_integration-tests/testutils/build/
Building snappy CLI...
Building tests...
Building tests...
map[go test -c ./_integration-tests/tests:1]
Building tests...
Building tests...
Building tests...
Building tests...
Building tests...
Building tests...
Building tests...
----------------------------------------------------------------------
FAIL: build_test.go:144: BuildSuite.TestAssetsSetsEnvironmentForGenericArch
build_test.go:156:
c.Assert(setenvGOARCHFinalCall, check.Equals, 1,
check.Commentf("Expected 1 call to os.Setenv with %s, got %d",
"GOARCH "+os.Getenv("GOARCH"), setenvGOARCHFinalCall))
... obtained int = 0
... expected int = 1
... Expected 1 call to os.Setenv with GOARCH amd64, got 0
OOPS: 8 passed, 1 FAILED
--- FAIL: Test (0.00s)
FAIL
FAIL launchpad.net/snappy/_integration-tests/testutils/build 0.002s