mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
Save off --remote flag
Change-Id: I5621ff8ab81408ac3f7daed970a065641495c4eb BUG=chromium-os:10179 TEST=none Review URL: http://codereview.chromium.org/5676002
This commit is contained in:
parent
4a5d7d9858
commit
86965c9baf
@ -502,6 +502,8 @@ if __name__ == '__main__':
|
||||
elif options.type == 'real': test_class = RealAUTest
|
||||
else: parser.error('Could not parse harness type %s.' % options.type)
|
||||
|
||||
remote = options.remote
|
||||
|
||||
test_suite = test_loader.loadTestsFromTestCase(test_class)
|
||||
test_result = unittest.TextTestRunner(verbosity=2).run(test_suite)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user