Fix xunit-file path
This commit is contained in:
parent
f39b300e4e
commit
2a43c27a5c
@ -22,7 +22,7 @@ version: 2
|
|||||||
export CC=${CC} &&
|
export CC=${CC} &&
|
||||||
pip3 install -r requirements.txt &&
|
pip3 install -r requirements.txt &&
|
||||||
mkdir test-results &&
|
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:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ version: 2
|
|||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
mkdir test-results
|
mkdir test-results
|
||||||
cd test
|
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:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user