From bc732ccbc70420cc7d023b90defc53ac81dafdab Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 20 Sep 2018 10:53:46 -0400 Subject: [PATCH] CI: mess around with test-application permissions --- ci/travis-continuous.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ci/travis-continuous.sh b/ci/travis-continuous.sh index b8a1c8548..04e8c2ca2 100755 --- a/ci/travis-continuous.sh +++ b/ci/travis-continuous.sh @@ -54,11 +54,10 @@ install_debugging "$DESTDIR" $result || { echo "! Install failed" ; exit 1 ; } # Result of make install, above echo "# Running tests" -find . -name test_conf -find . -name loadmodule -./test_conf --help +ls -la $BUILDDIR/test_conf +chmod 755 $BUILDDIR/test_conf $BUILDDIR/test_conf --help -/build/test_conf --help +ls -la $BUILDDIR/test_conf echo "# Running ctest" ctest -V