Lines Matching +full:run +full:- +full:unittests
2 # Use of this source code is governed by a BSD-style license that can be
15 """Sets up direct logging to stdout for unittests.
20 FORMAT = ('%(asctime)s.%(msecs)03d %(levelname)-5.5s|%(module)18.18s:'
41 raise EnvironmentError('Unittests should not be run as root.')
47 logging.warning('SSP requires root privilege to run commands, please '
49 utils.run('sudo true')
60 """Parses command line flags for unittests."""
62 parser.add_argument('-v', '--verbose', action='store_true',
65 parser.add_argument('-s', '--skip_cleanup', action='store_true',
78 argv.insert(0, '-v')
88 """Performs global setup for unit-tests."""