# The test doesn't matter, but feature_help runs fast
./test/functional/test_runner.py feature_help --nocleanup
Ensure the `junit_result.xml` file is located under the temporary
directory of the runner.
./test/functional/test_runner.py -J junit_report.xml --nocleanup
feature_help
Ensure the `junit_report.xml` file is located under the temporary
directory of the runner.
mkdir -p /tmp/junit
./test/functional/test_runner.py -J /tmp/junit/report.xml --nocleanup
feature_help
Ensure the `/tmp/junit/report.xml` file is created and there is no other
report in the temporary directory.