Searched refs:cmdline_run (Results 1 - 14 of 14) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkg_terminal.py | 49 self.cmdline_run(cmdline, exit=0, usepty=True) 52 self.cmdline_run(cmdline, exit=2, usepty=True) 63 self.cmdline_run(cmdline, env_arg={"TERM": "moop"}, exit=0, 66 self.cmdline_run(cmdline, env_arg={"TERM": ""}, exit=0, 86 self.cmdline_run(self.runprog + " -f fancy -", usepty=True) 90 self.cmdline_run(self.runprog + " -f fancy -", usepty=False, 95 self.cmdline_run(self.runprog + " -f fancy -", usepty=True, 97 self.cmdline_run(self.runprog + " -f fancy -", usepty=True, 102 self.cmdline_run("stty ispeed 9600 ospeed 9600; " + 107 self.cmdline_run(sel [all...] |
H A D | t_pkgfmt.py | 1381 self.cmdline_run("sed '/^#/d' < {0} > {1}; mv {2} {3}".format( 1389 self.cmdline_run("/usr/bin/sort -o {0} {1}".format( 1393 self.cmdline_run("/usr/bin/diff {0} {1}".format(
|
H A D | t_util_update_file_layout.py | 68 self.cmdline_run(cmdline, exit=exit)
|
H A D | t_pkg_help.py | 112 ret, out = self.cmdline_run("/usr/bin/locale -a", out=True,
|
H A D | t_pkg_nasty.py | 273 self.cmdline_run("rm -rf test_repo", exit=[0, 1], 280 self.cmdline_run("rm -rf pkgrecv-*", exit=[0, 1],
|
H A D | t_pkgmogrify.py | 204 self.cmdline_run(cmd, stdin=stdin, exit=exit) 439 self.cmdline_run("diff {0} {1}".format(source_file, output_file),
|
H A D | t_pkgsend.py | 729 self.cmdline_run("pkgmk -o -r {0} -d {1} -f {2}".format( 824 self.cmdline_run("pkgtrans -s {0} {1} nopkg".format(self.test_root, 1146 self.cmdline_run("pkgtrans -s {0} {1} nopkg".format(rootdir, 1195 self.cmdline_run("pkgtrans -s {0} {1} nopkg nopkgtwo".format(rootdir,
|
H A D | t_pkglint.py | 608 self.cmdline_run(" ".join(cmdline), exit=0, usepty=True)
|
H A D | t_pkg_image_create.py | 146 self.cmdline_run("touch {0}/{1}".format(p, "somefile"),
|
H A D | t_pkg_linked.py | 247 self.cmdline_run("{0}".format(args), exit=rv, coverage=False) 4202 self.cmdline_run("chmod a+x {0}".format(path), coverage=False) 4243 self.cmdline_run("mkdir -p {0}".format(p), coverage=False) 4327 self.cmdline_run("{0}".format(args), exit=rv, coverage=False)
|
H A D | t_pkgrepo.py | 3464 self.cmdline_run("/usr/bin/gdiff {pub_path} {dry_path}".format(
|
/pkg/src/tests/api/ |
H A D | t_sysattr.py | 44 self.cmdline_run("/usr/bin/ls -/ v {0}".format(path), coverage=False)
|
H A D | t_config.py | 1932 hndl = self.cmdline_run( 1980 hndl = self.cmdline_run("{SC_REPO_SERVER} "
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 303 self.cmdline_run("dir {0}".format(g_proto_area), 420 def cmdline_run(self, cmdline, comment="", coverage=True, exit=0, function 595 # If this ever changes, cmdline_run must be updated. 2456 self.cmdline_run("/usr/sbin/mount -F tmpfs swap " + 2490 retcode = self.cmdline_run(cmdline, exit=exit, env_arg=env_arg) 2512 retcode = self.cmdline_run(cmdline, coverage=False) 2524 self.cmdline_run("/usr/sbin/umount " + path, 2562 rval = self.cmdline_run(cmdline, exit=exit, comment=comment, 2602 return self.cmdline_run(cmdline, comment=comment, exit=exit, 2609 return self.cmdline_run(cmdlin [all...] |
Completed in 92 milliseconds