• Dridi Boukelmoune's avatar
    Run background processes in varnishtest · 166ce403
    Dridi Boukelmoune authored
    Available operations on processes are:
    - start
    - wait
    - kill (send a signal)
    - stop (kill with TERM)
    - write (to its stdin)
    - close (its stdin)
    
    A process name starts with a 'p' and accepts a shell pipeline as the
    command line. Environment variables can be set directly in the command
    line.
    
    A process will create a macro with its PID, and its stdout and stderr
    are redirected to files in a dedicated directory.
    
    Also add a varnish "name" macro in varnishtest.
    166ce403
Name
Last commit
Last update
..
tests Loading commit data...
tests.disabled Loading commit data...
Makefile.am Loading commit data...
Makefile.phk Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
programs.h Loading commit data...
vmods.h Loading commit data...
vtc.c Loading commit data...
vtc.h Loading commit data...
vtc_client.c Loading commit data...
vtc_http.c Loading commit data...
vtc_log.c Loading commit data...
vtc_logexp.c Loading commit data...
vtc_main.c Loading commit data...
vtc_process.c Loading commit data...
vtc_sema.c Loading commit data...
vtc_server.c Loading commit data...
vtc_varnish.c Loading commit data...