CI: don't try to run tests.

- permissions on the tmpfs where everything is built,
   prevents the test-applications from running.
This commit is contained in:
Adriaan de Groot 2018-09-20 11:07:56 -04:00
parent bc732ccbc7
commit 579f1dfee7

View File

@ -52,13 +52,3 @@ echo "# Install results"
install_debugging "$DESTDIR" 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"
ls -la $BUILDDIR/test_conf
chmod 755 $BUILDDIR/test_conf
$BUILDDIR/test_conf --help
ls -la $BUILDDIR/test_conf
echo "# Running ctest"
ctest -V