• Andrey Vagin's avatar
    test/rpc: fix test execution · 254342be
    Andrey Vagin authored
    * fix compilation from the test/rpc directory
    
    $ make
    make: *** No rule to make target `/rpc.proto', needed by `rpc.pb-c.c'. Stop.
    
    * use absolute path for pidfile
    
    $ bash run.sh
    **************************************************
    		Shutdown service server
    **************************************************
    
    cat: pidfile: No such file or directory
    kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ...
    or kill -l [sigspec]
    
    Cc: Ruslan Kuprieiev <kupruser@gmail.com>
    Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    254342be
test.c 2.93 KB