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:
parent
bc732ccbc7
commit
579f1dfee7
@ -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
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user