[Bug 1414122] [NEW] adt-run arguments are order dependent

Rodney Dawes 1414122 at bugs.launchpad.net
Fri Jan 23 19:00:46 UTC 2015


Public bug reported:

Some of the arguments to the adt-run command are dependent on position.

Both of these incantations work as expected:

adt-run . --click ../foo.click
adt-run --click-source . --click ../foo.click

However, this one does not:

adt-run --click ../foo.click --click-source .

There is no error about positional arguments, the documentation does not
state they must be in a certain order, and other arguments are not
dependent on position. Instead, the command continues and old tests get
run. Please fix these arguments to also not be positional.

** Affects: autopkgtest (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to autopkgtest in Ubuntu.
https://bugs.launchpad.net/bugs/1414122

Title:
  adt-run arguments are order dependent

Status in autopkgtest package in Ubuntu:
  New

Bug description:
  Some of the arguments to the adt-run command are dependent on
  position.

  Both of these incantations work as expected:

  adt-run . --click ../foo.click
  adt-run --click-source . --click ../foo.click

  However, this one does not:

  adt-run --click ../foo.click --click-source .

  There is no error about positional arguments, the documentation does
  not state they must be in a certain order, and other arguments are not
  dependent on position. Instead, the command continues and old tests
  get run. Please fix these arguments to also not be positional.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1414122/+subscriptions



More information about the foundations-bugs mailing list