- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Closed
Labels
Milestone
Description
Custom scripts execution via configfile show the right output data but not in the expected format.
Actual behavior
For each new stdout data, configfile print it with \n at the end.
Expected behavior
configfile must print stdout data exactly as the custom script or command line want to print it :
- with \rto re-print the last line (progress bar, etc.)
- with \nwhen the script want to go next line
- with nothing when then script don't want to go next line
Exact restitution is wanted.