Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 198 Bytes

EXPECT_ALIVE.sh.md

File metadata and controls

9 lines (7 loc) · 198 Bytes

EXPECT_ALIVE

EXPECT_ALIVE -- Expects a command successfully exits.

EXPECT_ALIVE expects that a command exits with a zero return value.

Usage

void EXPECT_ALIVE(string arguments,...)