From 021672f5182a9c5bc31528b8519aecd3ffd4d091 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 10 Apr 2017 17:23:28 -0700 Subject: Fix travis build script. Broken in e372d. --- test/travis-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/travis-build.sh b/test/travis-build.sh index 4d950b5..9d190bf 100755 --- a/test/travis-build.sh +++ b/test/travis-build.sh @@ -22,7 +22,7 @@ for CC in gcc gcc-6 clang; do sudo chown root:root util/fusermount3 sudo chmod 4755 util/fusermount3 - TEST_WITH_VALGRIND=true ninja tests + TEST_WITH_VALGRIND=true python3 -m pytest test/ cd .. done (cd build-$CC; sudo ninja install) @@ -37,10 +37,10 @@ for san in undefined address; do ninja # Test as root and regular user - sudo ninja tests + sudo python3 -m pytest test/ sudo chown root:root util/fusermount3 sudo chmod 4755 util/fusermount3 - ninja tests + python3 -m pytest test/ cd .. done -- cgit v1.2.3