summaryrefslogtreecommitdiff
path: root/test/mciproject.yml
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-06-23 15:56:24 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-06-23 15:56:24 +1000
commitf01b76051e4efe69e7f9e6443c9404ec4d8418cc (patch)
tree9d4c7457b1d5f2f918c03de09ddc249aeacc2cdb /test/mciproject.yml
parentfef0765ef50f4407e5219c10b700bc999bb9467e (diff)
downloadmongo-f01b76051e4efe69e7f9e6443c9404ec4d8418cc.tar.gz
WT-2667 Add fops to Evergreen testing for Windows and Linux (#2828)
Add the --enable-verbose flag to POSIX Evergreen builds
Diffstat (limited to 'test/mciproject.yml')
-rw-r--r--test/mciproject.yml25
1 files changed, 13 insertions, 12 deletions
diff --git a/test/mciproject.yml b/test/mciproject.yml
index ff7dcfabfda..3df1ce5805e 100644
--- a/test/mciproject.yml
+++ b/test/mciproject.yml
@@ -44,10 +44,10 @@ tasks:
set -o errexit
set -o verbose
if [ "Windows_NT" = "$OS" ]; then
- scons.bat --enable-python=c:\\swigwin-3.0.2\\swig.exe --enable-diagnostic ${smp_command|}
+ scons.bat --enable-python=c:\\swigwin-3.0.2\\swig.exe --enable-diagnostic --enable-verbose ${smp_command|}
else
./build_posix/reconf
- ${configure_env_vars|} ./configure --enable-diagnostic --enable-python --enable-zlib --enable-strict
+ ${configure_env_vars|} ./configure --enable-diagnostic --enable-python --enable-zlib --enable-strict --enable-verbose
${make_command|make} ${smp_command|} 2>&1
${make_command|make} check 2>&1
fi
@@ -95,24 +95,22 @@ tasks:
scons.bat ${smp_command|} "CFLAGS=/Gv /wd4090 /wd4996 /we4047 /we4024 /TC /we4100" wiredtiger.dll libwiredtiger.lib
- - name: fops-windows
+ - name: fops
depends_on:
- name: compile
commands:
- - func: "fetch source"
- - command: git.apply_patch
- params:
- directory: wiredtiger
+ - func: "fetch artifacts"
- command: shell.exec
params:
working_dir: "wiredtiger"
script: |
set -o errexit
set -o verbose
-
- scons.bat --enable-python=c:\\swigwin-3.0.2\\swig.exe ${smp_command|}
-
- cmd.exe /c t_fops.exe
+ if [ "Windows_NT" = "$OS" ]; then
+ cmd.exe /c t_fops.exe
+ else
+ ./test/fops/t
+ fi
buildvariants:
- name: ubuntu1404
@@ -127,6 +125,7 @@ buildvariants:
tasks:
- name: compile
- name: unit-test
+ - name: fops
- name: solaris
display_name: Solaris
@@ -140,6 +139,7 @@ buildvariants:
tasks:
- name: compile
- name: unit-test
+ - name: fops
- name: windows-64
display_name: Windows 64-bit
@@ -149,7 +149,7 @@ buildvariants:
- name: compile
- name: compile-windows-alt
- name: unit-test
- - name: fops-windows
+ - name: fops
- name: osx-1010
display_name: OS X 10.10
@@ -163,3 +163,4 @@ buildvariants:
tasks:
- name: compile
- name: unit-test
+ - name: fops