Searched refs:cmdline_run (Results 1 - 14 of 14) sorted by relevance

/pkg/src/tests/cli/
H A Dt_pkg_terminal.py49 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 Dt_pkgfmt.py1381 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 Dt_util_update_file_layout.py68 self.cmdline_run(cmdline, exit=exit)
H A Dt_pkg_help.py112 ret, out = self.cmdline_run("/usr/bin/locale -a", out=True,
H A Dt_pkg_nasty.py273 self.cmdline_run("rm -rf test_repo", exit=[0, 1],
280 self.cmdline_run("rm -rf pkgrecv-*", exit=[0, 1],
H A Dt_pkgmogrify.py204 self.cmdline_run(cmd, stdin=stdin, exit=exit)
439 self.cmdline_run("diff {0} {1}".format(source_file, output_file),
H A Dt_pkgsend.py729 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 Dt_pkglint.py608 self.cmdline_run(" ".join(cmdline), exit=0, usepty=True)
H A Dt_pkg_image_create.py146 self.cmdline_run("touch {0}/{1}".format(p, "somefile"),
H A Dt_pkg_linked.py247 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 Dt_pkgrepo.py3464 self.cmdline_run("/usr/bin/gdiff {pub_path} {dry_path}".format(
/pkg/src/tests/api/
H A Dt_sysattr.py44 self.cmdline_run("/usr/bin/ls -/ v {0}".format(path), coverage=False)
H A Dt_config.py1932 hndl = self.cmdline_run(
1980 hndl = self.cmdline_run("{SC_REPO_SERVER} "
/pkg/src/tests/
H A Dpkg5unittest.py303 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 95 milliseconds