put gotan as lxc test box and remove deathvegas
[tests.git] / system / utils.py
index d6938bf..cc03318 100644 (file)
@@ -23,7 +23,7 @@ def pprint(message,spec,depth=2):
 
 
 def system(command,background=False,silent=False):
-    if options.dry_run:
+    if getattr(options,'dry_run',None):
         print 'dry_run:',command
         return 0