| Index: golxc_test.sh |
| === added file 'golxc_test.sh' |
| --- golxc_test.sh 1970-01-01 00:00:00 +0000 |
| +++ golxc_test.sh 2012-11-23 13:45:54 +0000 |
| @@ -0,0 +1,8 @@ |
| +#!/bin/sh |
| +sudo sh -c " |
| + export GOMAXPROCS=\"$GOMAXPROCS\" |
| + export GOPATH=\"$GOPATH\" |
| + export GOROOT=\"$GOROOT\" |
| + export PATH=\"$PATH\" |
| + go test $* |
| +" |