Skip to content
Snippets Groups Projects
Commit 52e4fd72 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'test.AthViews-20190118' into 'master'

AthViews: Fix ViewScheduling test.

See merge request atlas/athena!20453
parents 48004a1d 314c255c
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,14 @@
# art-include: master/Athena
# art-ci: master
athena.py --threads=1 AthViews/ViewScheduling.py | tee ViewScheduling.log
if grep "INFO condTestAlg running with store view_1" ViewScheduling.log; then
athena.py --threads=1 AthViews/ViewScheduling.py | tee ViewScheduling_ath.log
if grep "INFO condTestAlg running with store view_1" ViewScheduling_ath.log; then
exit 1
fi
if ! grep "INFO condTestAlg running with store view_0" ViewScheduling.log; then
if ! grep "INFO condTestAlg running with store view_0" ViewScheduling_ath.log; then
exit 1
fi
if ! grep "INFO 109" ViewScheduling.log; then
if ! grep "INFO 109" ViewScheduling_ath.log; then
exit 1
fi
exit 0
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