Skip to content

e2e: Optimize waiting for application to start #1654

Description

@Timer

We had to switch from

$ grep -q 'The app is running at:'<(tail -f $tmp_server_log)

to

whiletruedoif grep -q 'The app is running at:'$tmp_server_log;thenbreakelse
sleep 1
fidone

I would appreciate a bash expert one-lining this again with cygwin support.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions