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

Issue 5676094: test/run: honor $TMPDIR (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by minux1
Modified:
13 years, 3 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

test/run: honor $TMPDIR

Patch Set 1 #

Patch Set 2 : diff -r eaad9c873d9b https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r eaad9c873d9b https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r eaad9c873d9b https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M test/run View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5
minux1
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2012-02-18 20:47:07 UTC) #1
rsc
Please use RUNFILE="${TMPDIR:-/tmp}/gorun-$$-$USER" TMP1FILE="${TMPDIR:-/tmp}/gotest1-$$-$USER" TMP2FILE="${TMPDIR:-/tmp}/gotest2-$$-$USER" to make sure the dir gets quoted even if $TMPDIR ...
13 years, 3 months ago (2012-02-18 20:52:38 UTC) #2
minux1
PTAL. On 2012/02/18 20:52:38, rsc wrote: > Please use > > RUNFILE="${TMPDIR:-/tmp}/gorun-$$-$USER" > TMP1FILE="${TMPDIR:-/tmp}/gotest1-$$-$USER" > ...
13 years, 3 months ago (2012-02-18 21:00:10 UTC) #3
rsc
LGTM
13 years, 3 months ago (2012-02-18 21:13:31 UTC) #4
rsc
13 years, 3 months ago (2012-02-18 21:15:15 UTC) #5
*** Submitted as 3cb3a8a7d6ae ***

test/run: honor $TMPDIR

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5676094

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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