Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions parallelBehat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ else
containerIndex=$1
fi


if [ ! -f var/scenarios ]
then
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo "File cat/scenarios not found, probably because artifacts have been experied"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be expired instead of experied?

echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"

exit 1
fi

echo "Container $containerIndex/$TEST_PARALLELISM_CONTAINER_TOTAL"

# Don't rely on default order
Expand Down