= Command usage() regression checks =

Here's how I'm comparing the usage output of each command to make sure
no flags were dropped/changed:

$ mkdir cur proposed
$ dpkg -L mstflint | grep ^/usr/bin/ > mstflint.commands
$ for cmd in $(< mstflint.commands); do $cmd -h > cur/$(basename $cmd).usage; 
done
### Upgrade mstflint to -proposed version
$ for cmd in $(< mstflint.commands); do $cmd -h > proposed/$(basename 
$cmd).usage; done
$ diff -urpN cur proposed

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

Title:
  Update to upstream version 4.13.3-2

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to