dart-sdk/pkg/dev_compiler/test/test.sh
John Messerly 7cb01cb2a6 tweaks to build/test scripts
this is a follow up to reverted https://github.com/dart-lang/dev_compiler/pull/114
it relands it so it can pass on travis, with some additional tweaks to names

The new structure is:

    tool/
      presubmit.sh  # both build and test
      build_sdk.sh
      test.sh
      coverage.sh
    test/test.sh    # deprecated, with a warning message

Thoughts?

R=sigmund@google.com

Review URL: https://codereview.chromium.org/1042863004
2015-03-30 12:52:03 -07:00

5 lines
137 B
Bash
Executable file

#!/bin/bash
set -e
echo warning: this script has been renamed to ./tool/presubmit.sh
$(dirname "${BASH_SOURCE[0]}")/../tool/presubmit.sh