Tianon Gravi
|
52379fa76d
Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"
|
8 years ago |
Amit Krishnan
|
934328d8ea
Add functional support for Docker sub commands on Solaris
|
9 years ago |
YuPengZTE
|
0b86bca0b5
'eg.' should be 'e.g.'
|
8 years ago |
Justin Cormack
|
f243bfbc9d
All supported Go versions have -cover now
|
9 years ago |
Justin Cormack
|
eda90f6344
Remove gccgo support
|
9 years ago |
Daniel Nephin
|
47cca88c8c
Dont run man generation as part of test-unit.
|
9 years ago |
Anusha Ragunathan
|
379ec38222
Dont leak DOCKER_INCREMENTAL_BINARY flag into go test.
|
9 years ago |
Brian Goff
|
11d3f7092e
use per-check timeouts
|
9 years ago |
John Howard
|
7268f767e6
Windows: Native make test-unit
|
9 years ago |
John Howard
|
33faea576f
Windows: Fix test-unit for local run
|
9 years ago |
Srini Brahmaroutu
|
81b3d2eec9
after the changes to unit test framework, fixing gccgo to run unit tests
|
9 years ago |
Vincent Demeester
|
4a54ab387f
Add TESTDIRS back
|
9 years ago |
Alexander Morozov
|
1c23de0e64
Run unit tests as single command
|
9 years ago |
Vincent Demeester
|
0542939f40
Update test-and-docs with TESTDIRS
|
9 years ago |
Veres Lajos
|
5146232723
typofix - https://github.com/vlajos/misspell_fixer
|
10 years ago |
Tianon Gravi
|
ac3388367b
Make "DEST" a make.sh construct instead of ad-hoc
|
10 years ago |
Jörg Thalheim
|
6533cb973f
hack/make/test-integration-cli: introduce MAKEDIR variable
|
10 years ago |
Jörg Thalheim
|
ac20568b0a
hack: quote all parameters with variable interpolation
|
10 years ago |
Johan Euphrosine
|
5846914f91
test-unit: fix TESTFLAGS doc
|
10 years ago |
Tianon Gravi
|
949a21b55f
Move scripts back to hack/, leave docs in project/
|
10 years ago |
Solomon Hykes
|
32e61b8f5c
Move 'hack' to the less confusing 'project'
|
10 years ago |
Yohei Ueda
|
dad58737ae
Export envvars necessary for unit-test
|
10 years ago |
Yohei Ueda
|
5bd5ef5a0a
Make test-unit runnable without parallel
|
10 years ago |
Tianon Gravi
|
8ffdf6022e
Move the body of go_compile_test_dir into a file since GNU Parallel breaks on sourcing exported Bash functions thanks to the shellshock fixes
|
10 years ago |
Erik Hollensbe
|
9a2d4e9273
hack/make: fix test-unit target to propogate TESTFLAGS properly
|
11 years ago |
Tianon Gravi
|
3a14eb066c
Fix more instances of "dotcloud/docker" in hack/ (and add a DOCKER_PKG environment variable to simplify references to our "package path" in our bundlescripts)
|
11 years ago |
Tibor Vass
|
4cfe806db2
Kill all concurrent jobs on error
|
11 years ago |
Tianon Gravi
|
0a7cd70924
Fix precompiled unit tests needing their "testdata" contents
|
11 years ago |
Tianon Gravi
|
a6085fd430
Add a bunch more tweaks to the parallel test compilation
|
11 years ago |
Tibor Vass
|
158e3068bd
compile unit tests in parallel with GNU parallel
|
11 years ago |