Task #1256
adbrunner should fail if there are no compatible devices to run executable
Start date:
02/07/2016
Due date:
% Done:
0%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
Description
Right now, adbrunner exit with code 0, if there are no compatible devices to run executable. However, this looks wrong. Exit code means "success", but in fact in this case executable were not launched at all, so this is definitely not "success".