From 6ef8b63e5d134d438a72220676faee09ba348611 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 4 Apr 2022 15:05:53 -0700 Subject: [PATCH] chore: fix installation test README formatting --- installation-tests/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/installation-tests/README.md b/installation-tests/README.md index 0e3274e4e6..49bcf46608 100644 --- a/installation-tests/README.md +++ b/installation-tests/README.md @@ -6,6 +6,7 @@ Each test is set with a separate folder that contains all scripts from To create a new test, create a new file that starts with `test_*.sh` with the following header: + ```bash #!/bin/bash source ./initialize_test.sh && initialize_test "$@" # initialize test