Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Issue 11065036: Make test.dart executable. (Closed)

Created:
8 years, 2 months ago by ahe
Modified:
8 years, 2 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make test.dart executable. Committed: https://code.google.com/p/dart/source/detail?r=13282

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M dart/tools/test.dart View 1 chunk +1 line, -1 line 1 comment Download
A dart/tools/testing/bin/darwin10.0 View 1 chunk +1 line, -0 lines 0 comments Download
A dart/tools/testing/bin/linux-gnu View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ahe
The two added files are symlinks. I don't know if it works, and will carefully ...
8 years, 2 months ago (2012-10-05 10:30:16 UTC) #1
Mads Ager (google)
lgtm, looks like magic to me. :-)
8 years, 2 months ago (2012-10-05 10:45:35 UTC) #2
ricow1
8 years, 2 months ago (2012-10-05 10:48:58 UTC) #3
LGTM

https://codereview.chromium.org/11065036/diff/1/dart/tools/test.dart
File dart/tools/test.dart (right):

https://codereview.chromium.org/11065036/diff/1/dart/tools/test.dart#newcode1
dart/tools/test.dart:1: #!/bin/bash -c
exec$IFS"${0%/*}"/testing/bin/$OSTYPE/dart$IFS"$0"$IFS"$@"
This is pretty magical if people did not actually look at the progress to get
here, maybe add a comment?

Powered by Google App Engine
This is Rietveld 408576698