| Index: tool/command_test.sh
|
| diff --git a/tool/command_test.sh b/tool/command_test.sh
|
| deleted file mode 100755
|
| index a9bec2b0ef578cf10454457991a3e18c13829bdd..0000000000000000000000000000000000000000
|
| --- a/tool/command_test.sh
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -#!/bin/bash
|
| -
|
| -set -e # bail on error
|
| -
|
| -# Some tests require being run from the package root
|
| -# switch to the root directory of dev_compiler
|
| -cd $( dirname "${BASH_SOURCE[0]}" )/..
|
| -
|
| -dart -c ./bin/dartdevc.dart compile --no-summarize \
|
| - -o test/command/hello.js test/command/hello.dart
|
|
|