Inline assertion wrapper
Evaluates assert(val), prints true on
success, and preserves the original VError on failure.
Suitable for use inside pipeline node commands where the result must be
visible in logs.
Any): The value to assert.true on success; the original VError on
failure.
check(expect_equal(1 + 1, 2))