Generate layout if it doesnt exist

This commit is contained in:
JoannaaKL
2023-05-19 11:10:52 +00:00
committed by GitHub
parent 1fc63f4aaa
commit cdd8a8e694

View File

@@ -194,6 +194,10 @@ function layout ()
function runtest ()
{
if [[ ! -d "$LAYOUT_DIR" ]]; then
echo "$LAYOUT_DIR doesn't exist. Generating it now ..."
layout
fi
heading "Testing ..."
if [[ ("$CURRENT_PLATFORM" == "linux") || ("$CURRENT_PLATFORM" == "darwin") ]]; then