Skip to content

unit_test_executor: export test name

Frank Winklmeier requested to merge fwinkl/atlasexternals:utexec into master

Export the unit test name as $ATLAS_CTEST_TESTNAME. This is useful in post-processing scripts to e.g. find the test log file.

Also add $ATLAS_CTEST_TESTSTATUS that will replace the rather ominous $testStatus variable.

Merge request reports