# File lib/appraisal/command.rb, line 17
    def run
      announce
      with_clean_env do
        unless Kernel.system(@command)
          exit(1)
        end
      end
    end