Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.
This repository was archived by the owner on May 4, 2023. It is now read-only.

Comments cause immediate termination #6

@dplepage

Description

@dplepage

Run poorman start with this Procfile:

# This is a comment
foo: sleep 3
bar: sleep 3
baz: sleep 3

It should wait three seconds and then terminate, but instead it terminates immediately. This appears to be because the first line is being parsed as a command - parse_procfile_line of a string without a : sets both the name and the command to the full string. The command # This is a comment then terminates immediately, causing poorman itself to terminate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions