]> xenbits.xensource.com Git - people/royger/osstest.git/commit
ts-xen-install: Drop obsolete --check and $checkmode
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 2 May 2018 15:00:26 +0000 (16:00 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 11 Jun 2018 14:38:57 +0000 (15:38 +0100)
commit80bddfbbe6b8b3c8ebb0ca02632295c47b5fc09f
treea6c7c6f177f60d38022041c1e7c7118565a1d891
parentafe851ca1771e5da6395b596afa69e509dbbc278
ts-xen-install: Drop obsolete --check and $checkmode

Since 5edec3222ff14b8200d5b41ed9af3c8d04c27314
  ts-xen-build-check: reimplementation ...
in 2011 we have a fully general version, and the --check option
is no longer used.

And since 467d6239daa352483ec8fef003bd4fc723702b77
  pygrub: guest kernel install: move target_extract_jobdist_path into Osstest
also in 2011, --check has not worked properly, because that
commit moved the relevant code somewhere where $checkmode was
not available and simply dropped the check.

So remove the vestigial code in ts-xen-build.  As for @ARGV, we simply
die if we see something that looks like an option.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ts-xen-install