From 36d60b4adac7e462984f37f8079b01563c4d14bf Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 2 Oct 2024 21:03:53 -0700 Subject: [PATCH] log --- tests/safety/mutation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/safety/mutation.sh b/tests/safety/mutation.sh index 9b40bdeddd..f208a151ad 100755 --- a/tests/safety/mutation.sh +++ b/tests/safety/mutation.sh @@ -8,7 +8,7 @@ $DIR/install_mull.sh GIT_REF="${GIT_REF:-origin/master}" GIT_ROOT=$(git rev-parse --show-toplevel) -MULL_OPS="mutators: [cxx_increment, cxx_decrement, cxx_comparison, cxx_boundary, cxx_bitwise_assignment, cxx_bitwise, cxx_arithmetic_assignment, cxx_arithmetic]" +MULL_OPS="mutators: [cxx_increment, cxx_decrement, cxx_comparison, cxx_boundary, cxx_bitwise_assignment, cxx_bitwise, cxx_arithmetic_assignment, cxx_arithmetic, cxx_remove_negation]" echo -e "$MULL_OPS" > $GIT_ROOT/mull.yml scons --mutation -j$(nproc) -D echo -e "timeout: 10000\ngitDiffRef: $GIT_REF\ngitProjectRoot: $GIT_ROOT" >> $GIT_ROOT/mull.yml