Subversion Repositories DevTools

Rev

Rev 5293 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5293 Rev 5305
Line 145... Line 145...
145
         "  pv_id="& apv_id &_
145
         "  pv_id="& apv_id &_
146
         "  proj_id="& m_proj_id &_
146
         "  proj_id="& m_proj_id &_
147
         "  mode_id="& amode_id
147
         "  mode_id="& amode_id
148
 
148
 
149
    ' Execute the command
149
    ' Execute the command
150
    rv = ExecuteRemoteCommand("~/sbin/make_test_access " & sMsg)
150
    rv = ExecuteRemoteCommand(sudoCmd)
151
 
151
 
152
    '
152
    '
153
    '   Report Errors
153
    '   Report Errors
154
    '   105 - Package not in archive. Not a real issue
154
    '   105 - Package not in archive. Not a real issue
155
    If rv = 0 OR rv = 105 Then
155
    If rv = 0 OR rv = 105 Then