class Autotest

def get_to_green

def get_to_green
  begin
    run_tests
    wait_for_changes unless all_good
  end until all_good
end