Skip to content

Commit

Permalink
Allow warnings during mutation tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jan 10, 2018
1 parent ad622a4 commit 12ad5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/buildbot_steps.yml
Expand Up @@ -72,7 +72,7 @@ linux-rel-nogate:
- ./mach clean-nightlies --keep 3 --force
- env CC=gcc-5 CXX=g++-5 ./mach build --release
- python ./etc/ci/chaos_monkey_test.py
- env CC=gcc-5 CXX=g++-5 bash ./etc/ci/mutation_test.sh
- env CC=gcc-5 CXX=g++-5 RUSTFLAGS= bash ./etc/ci/mutation_test.sh

mac-rel-intermittent:
- ./mach clean-nightlies --keep 3 --force
Expand Down

0 comments on commit 12ad5b6

Please sign in to comment.