Skip to content

Fix false positive test#1

Open
BFoucher wants to merge 1 commit into
Troopers:masterfrom
BFoucher:patch-1
Open

Fix false positive test#1
BFoucher wants to merge 1 commit into
Troopers:masterfrom
BFoucher:patch-1

Conversation

@BFoucher
Copy link
Copy Markdown

Check if file cat/scenarios exist, if not return an error.

Currently if scenarios file doesn't exist, the job return a success but in fact tests are not played

Check if file cat/scenarios exist, if not return an error. 

Currently if scenarios file doesn't exist, the job return a success but in fact tests are not played
Comment thread parallelBehat.sh
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants