Exemplo n.º 1
0
 def before_run(self):
     if (platform.architecture()[0] == '64bit'):
         self.JavaHome = self.JavaHome + '.x86_64'
     os.environ["JAVA_HOME"] = self.JavaHome
     os.environ["PATH"] = self.MvnPath + os.environ["PATH"]
     TestParent.before_run(self)
Exemplo n.º 2
0
 def before_run(self):
     if (platform.architecture()[0] == '64bit'):
         self.JavaHome = self.JavaHome + '.x86_64'
     os.environ["JAVA_HOME"] = self.JavaHome
     os.environ["PATH"] = self.MvnPath + os.environ["PATH"]
     TestParent.before_run(self)
Exemplo n.º 3
0
 def before_run(self):
     TestParent.before_run(self)
     if(self.makefilecommands and self.Make() == False):
         print "Build/Make ERROR"
         return 100
Exemplo n.º 4
0
 def before_run(self):
     TestParent.before_run(self)
     if (self.makefilecommands and self.Make() == False):
         print "Build/Make ERROR"
         return 100