diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-07-16 23:13:16 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-07-16 23:13:46 +0200 |
commit | 501e478e96631c7ff5a0671b3217a4a0b7587665 (patch) | |
tree | f7eff91bdb27be3a5d77ccb6ebd038ac3077325d /.travis.yml | |
parent | 82cc05d03c0e4900357e7c7886be2b9d4cacc3c0 (diff) |
travis-ci: selftest fixes
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1603e3e..661a1a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,4 @@ script: - ./autogen.sh - CFLAGS="-DCAP_AUDIT_READ=0 -DCAP_AUDIT_WRITE=0" ./configure - make V=s - - mkdir -p /var/run - - TERM=linux valgrind --error-exitcode=1 ./src/potd --test --redirect 127.0.0.1:2222:127.0.0.1:22222 --protocol 127.0.0.1:22222:127.0.0.1:33333 --jail 127.0.0.1:33333 + - TERM=linux valgrind --error-exitcode=1 ./src/potd --test --redirect 127.0.0.1:2222:127.0.0.1:22222 --protocol 127.0.0.1:22222:127.0.0.1:33333 --jail 127.0.0.1:33333 --rofile /tmp/potd-rofile --rodir /tmp/potd-rodir |