Permalink
Browse files

Update tests to work with the download-only option

  • Loading branch information...
1 parent 2e5deed commit f26edb4425e488d7acdb825b0b6e8e327d2d51e6 @rbalint rbalint committed Jul 16, 2017
Showing with 4 additions and 0 deletions.
  1. +1 −0 test/test_in_chroot.py
  2. +1 −0 test/test_remove_unused.py
  3. +1 −0 test/test_rewind.py
  4. +1 −0 test/test_untrusted.py
View
@@ -54,6 +54,7 @@ class MockOptions(object):
debug = False
verbose = True
apt_debug = False
+ download_only = False
dry_run = False
minimal_upgrade_steps = False
@@ -14,6 +14,7 @@
class MockOptions(object):
debug = False
verbose = False
+ download_only = False
dry_run = False
apt_debug = False
minimal_upgrade_steps = False
View
@@ -13,6 +13,7 @@
class MockOptions(object):
debug = False
verbose = False
+ download_only = False
dry_run = True
apt_debug = False
minimal_upgrade_steps = False
View
@@ -13,6 +13,7 @@
class MockOptions(object):
debug = True
verbose = False
+ download_only = False
dry_run = True
apt_debug = False
minimal_upgrade_steps = False

0 comments on commit f26edb4

Please sign in to comment.