From 81028c554f224b16f85fcfa341b763ce2fde22a7 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Thu, 23 Feb 2023 08:56:39 +0100 Subject: [PATCH] Update README.md --- tests/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 14e3487dd3..3d72d8123e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -4,7 +4,12 @@ ### WIP A simple tool to ensure that all binaries init with the correct format, using the assert.sh library -Simply run `./build_and_run.sh $GIT_BRANCH` + +Simply run `./build_and_run.sh $RELEASE_BRANCH` `$CURRENT_PRODUCTION_RELEASE_VERSION` + +For example: + +`./build_and_run.sh release/v1.1.11 v1.1.10` This will run through all the binaries anc check the fields that we expect to be initialised when passing the parameters into nyms core binaries @@ -12,4 +17,4 @@ This will run through all the binaries anc check the fields that we expect to be - Introduce all binaries - Sort paths and locations - Tidy up - - Run in CI \ No newline at end of file + - Run in CI