Commit cf428e5e authored by David Wagner's avatar David Wagner
Browse files

test-platform: fix boolean remote getter commands output



Getter commands return a boolean value ("true" or "false") were implemented by
a generic method.  However, this method returned a "Done" result, which
suppresses the normal output and prints "Done" instead.

This is fixed by making this method return a "Success" result, which is
interpreted as "give the output to the user".

In the same time, we remove a useless "cast to void" which is usually a
workaround for unused variables.

Change-Id: I49115d3b29967fd455ffc0b703dfb4f4d438280e
Signed-off-by: default avatarDavid Wagner <david.wagner@intel.com>
parent 1404cf73
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment