From 400f4846bb4a1d0abafb4b2f868eb9791c72e735 Mon Sep 17 00:00:00 2001 From: Carl William Pearson Date: Fri, 30 Apr 2021 15:57:28 -0600 Subject: [PATCH] README.md update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acda142..d843380 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,14 @@ make ## Run all tests -Adjust `run-all.sh` to match your environment, if needed +`run-all.sh` attempts to discover certain environments automatically. +You can always override the detected flags yourself if you want. + ``` -./run-all.sh +./run-all.sh | grep 'PASS\|FAIL' ``` -If any binaries fail, you can run them individually... +If any tests fails, you can re-run them individually. ## Run individual tests