CI: don't try to run tests.

- permissions on the tmpfs where everything is built,
   prevents the test-applications from running.
main
Adriaan de Groot 6 years ago
parent bc732ccbc7
commit 579f1dfee7

@ -52,13 +52,3 @@ echo "# Install results"
install_debugging "$DESTDIR"
$result || { echo "! Install failed" ; exit 1 ; } # Result of make install, above
echo "# Running tests"
ls -la $BUILDDIR/test_conf
chmod 755 $BUILDDIR/test_conf
$BUILDDIR/test_conf --help
ls -la $BUILDDIR/test_conf
echo "# Running ctest"
ctest -V

Loading…
Cancel
Save