mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #35189 from chris-crone/e2e-no-default-logs
Do not print e2e test logs by default
This commit is contained in:
commit
f2afa26235
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ run_test_integration() {
|
|||
}
|
||||
|
||||
run_test_integration_suites() {
|
||||
local flags="-test.v -test.timeout=${TIMEOUT} $TESTFLAGS"
|
||||
local flags="-test.timeout=${TIMEOUT} $TESTFLAGS"
|
||||
for dir in /tests/integration/*; do
|
||||
if ! (
|
||||
cd $dir
|
||||
|
@ -28,7 +28,7 @@ run_test_integration_suites() {
|
|||
|
||||
run_test_integration_legacy_suites() {
|
||||
(
|
||||
flags="-check.v -check.timeout=${TIMEOUT} -test.timeout=360m $TESTFLAGS_LEGACY"
|
||||
flags="-check.timeout=${TIMEOUT} -test.timeout=360m $TESTFLAGS_LEGACY"
|
||||
cd /tests/integration-cli
|
||||
echo "Running $PWD"
|
||||
./test.main $flags
|
||||
|
|
Loading…
Add table
Reference in a new issue