Fix xunit-file path
Este commit está contenido en:
padre
f39b300e4e
commit
2a43c27a5c
@ -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
|
||||
|
||||
|
Cargando…
Referencia en una nueva incidencia
Block a user