CI: mess around with test-application permissions
This commit is contained in:
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…
Reference in New Issue
Block a user