]> git.proxmox.com Git - mirror_iproute2.git/commit
tests: Fix problem with test running
authorvadimk <vadim4j@gmail.com>
Sat, 6 Sep 2014 10:27:07 +0000 (13:27 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 29 Sep 2014 15:51:51 +0000 (08:51 -0700)
commit9ecff68d11e1bca539da2270d0131b11ce08c40f
treeda7fd397a3ef179e0b0eaaf48f3aecbf130e657e
parent10f5a375ea28e344df16f0e6062193f3c12f2ead
tests: Fix problem with test running

Tests were not allowed to be ran, the following
issues were fixed:
    - creating the results folder before test running
    - sudo $PREFIX moved before variables definition which
        allow to pass them through the sudo to test script.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
testsuite/Makefile