Skip to content
Snippets Groups Projects
Commit eb61f8d3 authored by Iustin Pop's avatar Iustin Pop
Browse files

burnin: move start_stop at the end

Traditionally the start/stop test was the last, so move it back to there
(added as last option in commit 854).

Reviewed-by: amishchenko
parent 0b0a150a
No related branches found
No related tags found
No related merge requests found
......@@ -659,12 +659,12 @@ class Burner(object):
if opts.do_activate_disks:
self.ActivateDisks()
if opts.do_startstop:
self.StopStart()
if opts.rename:
self.Rename()
if opts.do_startstop:
self.StopStart()
has_err = False
finally:
if has_err:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment