diff options
author | Valeri Karpov <valeri.karpov@10gen.com> | 2014-10-20 13:34:39 -0400 |
---|---|---|
committer | Valeri Karpov <valeri.karpov@10gen.com> | 2014-10-20 15:56:23 -0400 |
commit | 5e90ba15e49c73bac166316607bd63538fdc7835 (patch) | |
tree | 9c063c32b4edcc588b64cec92ca635201d2d548c | |
parent | 0eb53a244368aa25f26c6043fd774925c7846d76 (diff) | |
download | mongo-5e90ba15e49c73bac166316607bd63538fdc7835.tar.gz |
TOOLS-278 add test suites in
Former-commit-id: 286dcf8584a21f5774c76a9b4bf43938d1402525
-rw-r--r-- | common.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common.yml b/common.yml index 3ceecb6c6ea..071e077154a 100644 --- a/common.yml +++ b/common.yml @@ -71,12 +71,14 @@ mongo_tools_variables: windows_64_task_list: &windows_64_tasks - name: db - name: dist + - name: integration - name: legacy distros: - windows-64-vs2013-test - name: unit windows_64_ssl_task_list: &windows_64_ssl_tasks - name: dist + - name: integration ## Common mongodb arguments mongodb_arguments: @@ -906,4 +908,5 @@ buildvariants: library_path: PATH="/cygdrive/c/mingw-w64/x86_64-4.9.1-posix-seh-rt_v3-rev1/mingw64/bin:/cygdrive/c/sasl/:$PATH" preproc_gpm: "perl -pi -e 's/\\r\\n/\\n/g' " set_gopath: set_gopath_windows.sh + integration_test_args: "integration" tasks: *windows_64_tasks |