Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(34)

Unified Diff: golxc_test.sh

Issue 6852065: golxc: add first container tests (Closed)
Patch Set: golxc: add first container tests Created 12 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « golxc_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 $*
+"
« no previous file with comments | « golxc_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b