diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3d854d7508cd2232ad24a62cfdd5aea25bed60e0..d20d853d959f679a6bec128f36a9233464fb5888 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -16,5 +16,5 @@ Note that redis shouldn't be running - the build will start instances as needed. export REDIS_BIN= # And finally running the build -mvn -DargLine="-Xmx2g -DredisBinary=$REDIS_BIN/redis-server" -Punit-test clean test -e -X +mvn -DargLine="-Xmx2g -DredisBinary=$REDIS_BIN/redis-server" -Punit-test clean test -e ```