Fix xunit-file path
This commit is contained in:
父節點
f39b300e4e
當前提交
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
|
||||
|
||||
|
載入中…
新增問題並參考
Block a user