Commit aea17f45 authored by berge's avatar berge
Browse files

Fixed 'runs on' clause for a_shutdown()

parent 08b2dafd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -565,7 +565,7 @@ module LibCommon_Sync {
       * @remark User shall stop the component 
       */
      altstep a_shutdown() 
      runs on SelfSyncComp {
      runs on ClientSyncComp {
        []  syncPort.receive(m_syncServerStop){
            tc_sync.stop ;
            log("**** a_shutdown: Test component received STOP signal from MTC **** ");