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

/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 18 milliseconds