Searched refs:call (Results 1 - 9 of 9) sorted by relevance
/pkg/src/tests/ |
H A D | run.py | 42 sys.exit(subprocess.call(cmd)) 430 subprocess.call([ 486 ret = subprocess.call(cmd)
|
H A D | pkg5unittest.py | 672 # 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 D | pkgsubprocess.py | 39 __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 D | t_pkgsurf.py | 595 ret = subprocess.call(["/usr/bin/gdiff", "-Naur", path,
|
H A D | t_pkgrecv.py | 1146 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 D | t_pkgrepo.py | 3869 ret = subprocess.call(["/usr/bin/gdiff", "-Naur", "-x",
|
/pkg/src/modules/client/ |
H A D | bootenv.py | 140 ret = subprocess.call(cmd, 360 # The bemgr.list() call in the bemgmt module scans the 1090 ret = subprocess.call(cmd,
|
/pkg/src/ |
H A D | setup.py | 1586 subprocess.call(cmd)
|
H A D | pull.py | 909 # 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