CI: mess around with test-application permissions

main
Adriaan de Groot 6 years ago
parent 45195b9f7e
commit bc732ccbc7

@ -54,11 +54,10 @@ install_debugging "$DESTDIR"
$result || { echo "! Install failed" ; exit 1 ; } # Result of make install, above $result || { echo "! Install failed" ; exit 1 ; } # Result of make install, above
echo "# Running tests" echo "# Running tests"
find . -name test_conf ls -la $BUILDDIR/test_conf
find . -name loadmodule chmod 755 $BUILDDIR/test_conf
./test_conf --help
$BUILDDIR/test_conf --help $BUILDDIR/test_conf --help
/build/test_conf --help ls -la $BUILDDIR/test_conf
echo "# Running ctest" echo "# Running ctest"
ctest -V ctest -V

Loading…
Cancel
Save