Changes in / [79f64f1:e7b2559]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r79f64f1 re7b2559  
    4343                }
    4444
    45                 sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master"
     45                //sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master"
     46                echo('BUILD NOT PUSH SINCE DO-LANG SERVER WAS DOWN')
    4647}
    4748
  • src/tests/test.py

    r79f64f1 re7b2559  
    3333def listTests():
    3434        machineType = getMachineType()
    35 
    36         #print(machineType)
    3735
    3836        # tests directly in the .expect folder will always be processed
Note: See TracChangeset for help on using the changeset viewer.