Home
last modified time | relevance | path

Searched refs:work_dir (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/image-fuzzer/
H A Drunner.py121 def __init__(self, test_id, seed, work_dir, run_log, argument
135 self.work_dir = work_dir
136 self.current_dir = os.path.join(work_dir, 'test-' + test_id)
162 % (self.work_dir, e.strerror), file=sys.stderr)
330 def run_test(test_id, seed, work_dir, run_log, cleanup, log_all, argument
334 test = TestEnv(test_id, seed, work_dir, run_log, cleanup,
400 work_dir = os.path.realpath(args[0]) variable
403 run_log = os.path.join(work_dir, 'run.log')
425 run_test(str(next(test_id)), seed, work_dir, run_log, cleanup,
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py116 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument
143 out_dir = work_dir
149 out_dir = os.path.join(work_dir, out_rel_dir)
194 git_dir = os.path.join(work_dir, '.git')
195 gitutil.Checkout(commit.hash, git_dir, work_dir,
204 cwd = work_dir
205 src_dir = os.path.realpath(work_dir)
424 work_dir = self.builder.GetThreadDir(self.thread_num)
433 work_dir, do_config, self.builder.config_only,
443 brd, work_dir, True, False, True, False)
[all …]