Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

fleetctl: check for empty input unit strings #1475

Merged
merged 2 commits into from
Mar 10, 2016

Commits on Mar 10, 2016

  1. fleetctl:test: check for empty input

    Check that the return value is 0, when the following commands run
    without any input unit names: destroy, load, start, stop, and unload.
    Dongsu Park committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    5d2e83e View commit details
    Browse the repository at this point in the history
  2. fleetctl: check for empty input unit strings

    If no unit name is given for fleetctl commands like destroy, load,
    start, stop, submit, and unload, then return with exit code 0,
    printing out a soft warning message to stderr.
    
    Fixes: coreos#1443
    Dongsu Park committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    80d37bb View commit details
    Browse the repository at this point in the history