If you run fio with --parse-only and a job file such as examples/tiobench-example.fio that's had the semi-colons removed from the first two lines, fio prints an error message but still exits with 0:

% ./fio examples/tiobench-example.fio --parse-only
fio: option <tiobench like setup, add more fX files between the stonewalls to> outside of [] job section
% echo $?
0
%

I'd have expected it to exit with a non-zero value.

--
Bruce
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to