~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to lib/cdimage/tests/test_check_installable.py

  • Committer: Sean Davis
  • Date: 2018-03-28 10:32:07 UTC
  • mfrom: (1559.1.156 ubuntu-cdimage)
  • Revision ID: smd.seandavis@gmail.com-20180328103207-o6s9d6h0hxxh8eqc
Merge lp:ubuntu-cdimage rev 1715

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        britney, _, _, data = _check_installable_dirs(self.config)
123
123
        command = _check_installable_command(self.config)
124
124
        self.assertEqual([
 
125
            "timeout", "30",
125
126
            os.path.join(britney, "rptprobs.sh"), data,
126
127
            os.path.join(
127
128
                britney, "report", "ubuntu", "daily", "warty_probs.html"),