Searched refs:call (Results 1 - 9 of 9) sorted by relevance

/pkg/src/tests/
H A Drun.py42 sys.exit(subprocess.call(cmd))
430 subprocess.call([
486 ret = subprocess.call(cmd)
H A Dpkg5unittest.py672 # implement teardown but forget to call the superclass teardown.
693 # We have some sloppy subclasses which don't call the superclass
713 # In reality this call does nothing.
1856 subprocess.call(cmd)
1880 ret = subprocess.call(
2088 tests. Persistent tests are ones that are able to only call their
2234 subprocess.call(["/usr/sbin/umount", fs])
/pkg/src/modules/
H A Dpkgsubprocess.py39 __all__ = ["Popen", "PIPE", "STDOUT", "call"]
41 def call(*args, **kwargs): function
250 # max() can't call on empty list, use a
/pkg/src/tests/cli/
H A Dt_pkgsurf.py595 ret = subprocess.call(["/usr/bin/gdiff", "-Naur", path,
H A Dt_pkgrecv.py1146 ret = subprocess.call(["/usr/bin/gdiff", "-Naur", "-x",
1153 ret = subprocess.call(["/usr/bin/gdiff", "-Naur", "-x",
1166 ret = subprocess.call(["/usr/bin/gdiff", "-Naur", "-x",
1186 ret = subprocess.call(["/usr/bin/gdiff", "-Naur", "-x",
H A Dt_pkgrepo.py3869 ret = subprocess.call(["/usr/bin/gdiff", "-Naur", "-x",
/pkg/src/modules/client/
H A Dbootenv.py140 ret = subprocess.call(cmd,
360 # The bemgr.list() call in the bemgmt module scans the
1090 ret = subprocess.call(cmd,
/pkg/src/
H A Dsetup.py1586 subprocess.call(cmd)
H A Dpull.py909 # Don't call download_done here; it would cause an
911 # Instead, call the method that simply finishes
1265 ret = subprocess.call(args)

Completed in 95 milliseconds