Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcomella/push-to-try-android
Run all android jobs without try syntax
https://github.com/mcomella/push-to-try-android
Last synced: 12 days ago
JSON representation
Run all android jobs without try syntax
- Host: GitHub
- URL: https://github.com/mcomella/push-to-try-android
- Owner: mcomella
- License: mit
- Created: 2016-03-31T04:59:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T15:20:51.000Z (over 8 years ago)
- Last Synced: 2024-11-13T12:29:11.826Z (2 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build
Status](https://travis-ci.org/mcomella/push-to-try-android.svg?branch=master)](https://travis-ci.org/mcomella/push-to-try-android)# push-to-try-android
Forget try syntax! Push to try, running all of the android tests, with
a single command.## Install
The [push-to-try][] extension must be installed. If you use `./mach
bootstrap`, it's available in:~/.mozbuild/version-control-tools/hgext/push-to-try
Also, it's recommended to add the script to your path or aliases.
## Run
Make some changes and run the following from your mozilla-central directory:push-to-try-android
To print the try syntax without pushing:
push-to-try-android --dry-run
For example, you can use this to manually select a subset of the tests
or copy the syntax to put it into mozreview. On OS X, you can easily
copy to the clipboard with:push-to-try-android --dry-run | pbcopy
## Test
Run:./test.sh
## Missing a job?
The command pulls the [latest online version][conf] of the `config.json`
file. Is it missing a job? Pull requests welcome![conf]: https://github.com/mcomella/push-to-try-android/blob/master/config.json
[push-to-try]: https://hg.mozilla.org/hgcustom/version-control-tools/file/tip/hgext/push-to-try