Browse Source

fixup! travis: Simplify config to hammer a single test for flakyness

travis-debug
Christian Decker 5 years ago
parent
commit
bb2fbac70b
  1. 2
      .travis/build.sh

2
.travis/build.sh

@ -104,7 +104,7 @@ elif [ "$SOURCE_CHECK_ONLY" == "false" ]; then
echo -en 'travis_fold:start:script.3\\r' echo -en 'travis_fold:start:script.3\\r'
make -j$PYTEST_PAR default make -j$PYTEST_PAR default
pytest tests -vvv -n $PYTEST_PAR --count=50 -k test_replacement_payload PYTHONPATH=`pwd`/contrib/pyln-client:`pwd`/contrib/pyln-testing:`pwd`/contrib/pyln-proto/:$(PYTHONPATH) pytest tests -vvv -n $PYTEST_PAR --count=50 -k test_replacement_payload
echo -en 'travis_fold:end:script.3\\r' echo -en 'travis_fold:end:script.3\\r'
else else
git clone https://github.com/lightningnetwork/lightning-rfc.git git clone https://github.com/lightningnetwork/lightning-rfc.git

Loading…
Cancel
Save