Check if the result appears truncated.
bool isResultTruncated(String output) { return isOutputLineTruncated(output); }