Searched refs:startdir (Results 1 – 4 of 4) sorted by relevance
| /petsc/lib/petsc/bin/maint/ |
| H A D | testharness_util.py | 117 startdir = os.path.join(petsc_dir, 'src') 122 startdir = args[0] 124 if not options.startdir == '': 125 startdir = options.startdir 130 walktree(startdir, action, datafilespath=options.datafilespath)
|
| H A D | exampleslog.py | 392 startdir=os.path.abspath(os.path.curdir) 397 os.chdir(startdir)
|
| /petsc/config/ |
| H A D | query_tests.py | 201 startdir=os.path.abspath(os.curdir) 205 os.chdir(startdir) 239 def do_query(use_source, startdir, srcdir, testdir, petsc_dir, petsc_arch, argument 249 dataDict=walktree(startdir) 390 if opts.startdir: 391 startdir=opts.startdir=petsc_full_src 393 startdir=petsc_full_src 415 do_query(opts.use_source, startdir, petsc_full_src, petsc_full_test,
|
| H A D | report_tests.py | 32 startdir = os.getcwd() 114 os.chdir(startdir) 121 startdir= os.getcwd() 218 os.chdir(startdir) # Keep function in good state 258 startdir= os.getcwd() 305 os.chdir(startdir)
|