Fix xunit-file path

Tento commit je obsažen v:
Thom Wiggers 2019-04-18 14:05:01 +02:00
rodič f39b300e4e
revize 2a43c27a5c
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 001BB0A7CE26E363

Zobrazit soubor

@ -22,7 +22,7 @@ version: 2
export CC=${CC} &&
pip3 install -r requirements.txt &&
mkdir test-results &&
cd test && python3 -m nose --rednose --verbose --with-xunit --xunit-file=test-results/nosetests.xml"
cd test && python3 -m nose --rednose --verbose --with-xunit --xunit-file=../test-results/nosetests.xml"
- store_test_results:
path: test-results
@ -41,7 +41,7 @@ version: 2
pip3 install -r requirements.txt
mkdir test-results
cd test
python3 -m nose --rednose --verbose --with-xunit --xunit-file=test-results/nosetests.xml
python3 -m nose --rednose --verbose --with-xunit --xunit-file=../test-results/nosetests.xml
- store_test_results:
path: test-results