Lines Matching refs:testdir
90 …sc_arch=None, pkg_dir=None, pkg_arch=None, pkg_name=None, pkg_pkgs=None, testdir='tests', verbose=… argument
120 self.testroot_dir=os.path.abspath(testdir)
1020 testdir="${TESTDIR}/"+basedir+"/"
1022 rundir=os.path.join(testdir,test)
1029 execname=os.path.join(testdir,localexec)
1030 fullscript=os.path.join(testdir,script)
1031 tmpfile=os.path.join(testdir,test,test+".tmp")
1050 def write_db(self, dataDict, testdir): argument
1054 with open(os.path.join(testdir,'datatest.pkl'), 'wb') as fd:
1060 srcdir=None, testdir=None, check=False): argument
1062 testdir=os.path.normpath(testdir)
1067 output = os.path.join(testdir, 'testfiles')
1072 testdir=testdir,check=check)
1076 pEx.write_db(dataDict, testdir)
1099 if opts.testdir is None:
1100 opts.testdir = os.path.join(opts.petsc_arch, 'tests')
1106 testdir=opts.testdir, check=opts.check_output)