Changeset e21c72d
- Timestamp:
 - Aug 2, 2016, 9:29:57 AM (9 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
 - Children:
 - e7b2559
 - Parents:
 - 644ec6a
 - Files:
 - 
      
- 2 edited
 
- 
          
  Jenkins/FullBuild (modified) (1 diff)
 - 
          
  src/tests/test.py (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
Jenkins/FullBuild
r644ec6a re21c72d 43 43 } 44 44 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') 46 47 } 47 48  - 
      
src/tests/test.py
r644ec6a re21c72d 33 33 def listTests(): 34 34 machineType = getMachineType() 35 36 print(machineType)37 35 38 36 # tests directly in the .expect folder will always be processed  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.