Skip to content
Snippets Groups Projects
Commit 60579b3e authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'master-fix-unittests' into 'master'

Unittest upgraded to support python 3

See merge request atlas/athena!34670
parents d8cf1ace 51a6b45d
No related branches found
No related tags found
No related merge requests found
...@@ -17,12 +17,12 @@ atlas_install_scripts( scripts/HelloWorld_tf.py POST_BUILD_CMD ${ATLAS_FLAKE8} ) ...@@ -17,12 +17,12 @@ atlas_install_scripts( scripts/HelloWorld_tf.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_generic( share/*.db atlas_install_generic( share/*.db
DESTINATION share DESTINATION share
EXECUTABLE ) EXECUTABLE )
foreach( test Echo_tf Sleep_tf foreach( test Echo_tf LogFileScanner Sleep_tf
transform trfAMI trfArgs trfDecorators trfEnv transform trfAMI trfArgs trfDecorators trfEnv
trfExceptions trfExe trfExitCodes trfFileUtils trfGraph trfJobOptions trfLogger trfExceptions trfExe trfExitCodes trfFileUtils trfGraph trfJobOptions trfLogger
trfMPTools trfSignal trfSignatures trfMPTools trfReports trfReportsSignaledExit trfSignal trfSignatures
trfUtils trfUtilsDBRelease trfUtilsParallelJobProcessor trfUtilsParallelJobProcessorData trfUtils trfUtilsDBRelease trfUtilsParallelJobProcessor trfUtilsParallelJobProcessorData
trfValidateRootFile ) trfValidateRootFile trfValidation )
atlas_add_test( ${test} atlas_add_test( ${test}
SCRIPT test/test_${test}.py SCRIPT test/test_${test}.py
PROPERTIES TIMEOUT 300 PROPERTIES TIMEOUT 300
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment