Commit 73934a3f authored by Michael Droettboom's avatar Michael Droettboom

Use instafail so we can see what's going on

parent 5c5bf6ad
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8
sudo update-alternatives --set gcc /usr/bin/gcc-8 sudo update-alternatives --set gcc /usr/bin/gcc-8
sudo pip install pytest-xdist selenium PyYAML sudo pip install pytest-xdist pytest-instafail selenium PyYAML
# Get recent version of Firefox and geckodriver # Get recent version of Firefox and geckodriver
wget -O firefox.tar.bz2 https://download.mozilla.org/\?product\=firefox-nightly-latest-ssl\&os\=linux64\&lang\=en-US wget -O firefox.tar.bz2 https://download.mozilla.org/\?product\=firefox-nightly-latest-ssl\&os\=linux64\&lang\=en-US
......
...@@ -98,7 +98,7 @@ build/renderedhtml.css: src/renderedhtml.less ...@@ -98,7 +98,7 @@ build/renderedhtml.css: src/renderedhtml.less
test: all build/test.html build/test_data.txt test: all build/test.html build/test_data.txt
py.test test -v py.test test -v --instafail
build/test_data.txt: test/data.txt build/test_data.txt: test/data.txt
......
...@@ -37,7 +37,7 @@ Additional build prerequisites are: ...@@ -37,7 +37,7 @@ Additional build prerequisites are:
Install the following dependencies into the default Python installation: Install the following dependencies into the default Python installation:
`pip install pytest selenium` `pip install pytest selenium pytest-instafail`
Install [geckodriver](https://github.com/mozilla/geckodriver/releases) somewhere Install [geckodriver](https://github.com/mozilla/geckodriver/releases) somewhere
on your `PATH`. on your `PATH`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment