Dan Gohman
|
d394ae0902
|
Enable "set -euo pipefail" in all bash scripts.
This enables "set -e", "set -u", and "set -o pipefail", which
catch common errors.
|
2018-02-27 15:32:21 -08:00 |
|
Dan Gohman
|
ddf967962f
|
Use --all in some scripts. (#154)
This avoids the need to list all the packages in test-all.sh.
|
2017-09-12 13:27:58 -07:00 |
|
Jakob Stoklund Olesen
|
38bb98cf39
|
Make sure we can find rustfmt.
|
2017-01-25 15:57:43 -08:00 |
|
Jakob Stoklund Olesen
|
f9734458f8
|
Promote the src/tools crate to the top-level workspace.
The 'src' and 'tests' top-level directories now contain tools sources
and integration tests for any of the library crates.
|
2016-10-17 15:04:29 -07:00 |
|