标签: python-3.x python-unittest
因此,我正在通过Shell中的以下命令运行测试:
python3 -m xmlrunner module.hiptest_publisher.test_project
我想捕获由此产生的输出文件并将文件名输入另一个命令:
hiptest-publisher --push {filename}.xml --test-run-id xxxx --push-format junit
如何从第一个命令捕获输出文件名?