Commit c033af3f authored by Marco Buttu's avatar Marco Buttu
Browse files

acs.stop() must kill ACS also in case of lock (#159)

parent 39a5a748
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ class ACS(object):
            self.wait_until_not_running()
            if self.is_running():
                outfile.write('acsStop is not able to stop ACS')
            call('rm $ACSDATA/tmp/*.lock')
            call('killACS', stdout=outfile, stderr=outfile, shell=True)
            if self.is_running():
                outfile.write('killACS is not able to stop ACS')