diff --git a/Simulation/Tests/ISF_ValidationMT/test/test_MC16_FullG4_ttbar_MTvsST.sh b/Simulation/Tests/ISF_ValidationMT/test/test_MC16_FullG4_ttbar_MTvsST.sh
index 365cef8c0929e73ece69cb194f77d0d0be1eb5c3..61cadf3e786ddac0ac041015a23345b7bdd55cd5 100755
--- a/Simulation/Tests/ISF_ValidationMT/test/test_MC16_FullG4_ttbar_MTvsST.sh
+++ b/Simulation/Tests/ISF_ValidationMT/test/test_MC16_FullG4_ttbar_MTvsST.sh
@@ -28,6 +28,7 @@ Sim_tf.py \
 --imf False
 
 rc=$?
+mv log.EVNTtoHITS log.FullG4MTAthenaMT
 echo  "art-result: $rc FullG4MTAthenaMT"
 rc2=-9999
 if [ $rc -eq 0 ]
@@ -49,6 +50,7 @@ then
   --preInclude 'EVNTtoHITS:SimulationJobOptions/preInclude.BeamPipeKill.py' \
   --preExec 'EVNTtoHITS:simFlags.TightMuonStepping=True' \
   --imf False
+    mv log.EVNTtoHITS log.FullG4MTAthena
     rc2=$?
 fi
 echo  "art-result: $rc2 FullG4MTAthena"
@@ -72,6 +74,7 @@ then
   --preInclude 'EVNTtoHITS:SimulationJobOptions/preInclude.BeamPipeKill.py' \
   --preExec 'EVNTtoHITS:simFlags.TightMuonStepping=True' \
   --imf False
+    mv log.EVNTtoHITS log.FullG4Athena
     rc3=$?
 fi
 echo  "art-result: $rc3 FullG4Athena"
diff --git a/Simulation/Tests/ISF_ValidationMT/test/test_MC16_PassbackG4_ttbar_MTvsST.sh b/Simulation/Tests/ISF_ValidationMT/test/test_MC16_PassBackG4_ttbar_MTvsST.sh
similarity index 90%
rename from Simulation/Tests/ISF_ValidationMT/test/test_MC16_PassbackG4_ttbar_MTvsST.sh
rename to Simulation/Tests/ISF_ValidationMT/test/test_MC16_PassBackG4_ttbar_MTvsST.sh
index c760fb22fecee4d4982735ebaf6e9fb951af4bff..3bdcf08c423315fe847d0aaf8b89d052e003ffda 100755
--- a/Simulation/Tests/ISF_ValidationMT/test/test_MC16_PassbackG4_ttbar_MTvsST.sh
+++ b/Simulation/Tests/ISF_ValidationMT/test/test_MC16_PassBackG4_ttbar_MTvsST.sh
@@ -28,7 +28,8 @@ Sim_tf.py \
 --imf False
 
 rc=$?
-echo  "art-result: $rc PassbackG4MTAthenaMT"
+mv log.EVNTtoHITS log.PassBackG4MTAthenaMT
+echo  "art-result: $rc PassBackG4MTAthenaMT"
 rc2=-9999
 if [ $rc -eq 0 ]
 then
@@ -50,8 +51,9 @@ then
   --preExec 'EVNTtoHITS:simFlags.TightMuonStepping=True' \
   --imf False
     rc2=$?
+    mv log.EVNTtoHITS log.PassBackG4MTAthena
 fi
-echo  "art-result: $rc2 PassbackG4MTAthena"
+echo  "art-result: $rc2 PassBackG4MTAthena"
 rc3=-9999
 if [ $rc -eq 0 ]
 then
@@ -74,19 +76,20 @@ then
   --postExec 'svcMgr.ISF_ParticleBrokerSvcNoOrdering.ParticleOrderingTool="ISF__EnergyParticleOrderingTool";svcMgr.ISF_ParticleBrokerSvcNoOrdering.AlwaysUseGeoIDSvc=True' \
   --imf False
     rc3=$?
+    mv log.EVNTtoHITS log.PassBackG4Athena
 fi
-echo  "art-result: $rc3 PassbackG4Athena"
+echo  "art-result: $rc3 PassBackG4Athena"
 rc4=-9999
 if [ $rc2 -eq 0 ]
 then
     acmd.py diff-root test.MT.HITS.pool.root test.ST.HITS.pool.root --error-mode resilient --mode=semi-detailed --order-trees --ignore-leaves RecoTimingObj_p1_EVNTtoHITS_timings index_ref
     rc4=$?
 fi
-echo  "art-result: $rc4 PassbackG4MT_STvsMT"
+echo  "art-result: $rc4 PassBackG4MT_STvsMT"
 rc5=-9999
 if [ $rc3 -eq 0 ]
 then
     acmd.py diff-root test.MT.HITS.pool.root test.ST.old.HITS.pool.root --error-mode resilient --mode=semi-detailed --order-trees --ignore-leaves RecoTimingObj_p1_EVNTtoHITS_timings index_ref
     rc5=$?
 fi
-echo  "art-result: $rc5 PassbackG4MTvsPassbackG4"
+echo  "art-result: $rc5 PassBackG4MTvsPassBackG4"