Skip to content

Commit 9b29111

Browse files
committed
Add debug output
1 parent 6fa3d40 commit 9b29111

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-lxd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
env:
160160
USE_INCUS: "${{ needs.determine-runner.outputs.lxc_cmd == 'incus' && 'yes' || 'no' }}"
161161
run: |
162+
set -x
162163
export CI
163164
LXD_EXTRA_PROFILE="$LXD_EXTRA_PROFILE" BRANCH="${VERSION##refs/heads/}" ./build/build-LXD.sh
164165
- name: Pack LXD image
@@ -269,13 +270,13 @@ jobs:
269270
export FF_BINARY_PATH="$(which firefox)"
270271
sudo "$LXC" exec ncp -- /usr/local/bin/ncc config:system:set overwrite.cli.url --value "https://nextcloudpi.local"
271272
sudo "$LXC" exec ncp -- bash -c 'tail -f /var/log/ncp.log' |& awk '{ print "NCP::" $0 }' &
272-
../.venv/bin/python activation_tests.py --no-gui "nextcloudpi.local" 443 4443 || {
273+
../.venv/bin/python activation_tests.py -t 300 --no-gui "nextcloudpi.local" 443 4443 || {
273274
echo "Activation test failed!"
274275
echo "Geckodriver logs:"
275276
tail -n 20 geckodriver.log >&2 || true
276277
echo "================"
277278
echo "ncp.log: "
278-
sudo "$LXC" exec ncp -- bash -c "tail -n500 /var/log/ncp.log" || true
279+
sudo "$LXC" exec ncp -- bash -c "cat /var/log/ncp.log" || true
279280
echo "================"
280281
echo "nextcloud log: "
281282
datadir="$(sudo "$LXC" exec ncp -- ncc config:system:get datadirectory)"

0 commit comments

Comments
 (0)