You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the qgis_testrunner.sh script to run unit tests for a QGIS-Plugin.
The qgis_testrunner.sh was either missing or returning this ERROR: no output from the test runner! (exit code: 0)
I followed the documentation from QGIS Docker images
And.... that one installs qgis from a debian package, which doesn't include the custom shell scripts copied by "our" dockerfile from somewhere in the .docker/ directory:
# Add QGIS test runner
COPY .docker/qgis_resources/test_runner/qgis_* /usr/bin/
What is the bug or the crash?
I am using the qgis_testrunner.sh script to run unit tests for a QGIS-Plugin.
The qgis_testrunner.sh was either missing or returning this ERROR: no output from the test runner! (exit code: 0)
I followed the documentation from QGIS Docker images
This is a similar issue to #54314
Steps to reproduce the issue
Reproducing the problem:
Cleaning cache from docker, just in case:
Response starts with:
Reminder I am using version = release-3_36
I guess it comes from .docker/qgis.dockerfile
Running the container:
Check if the build is successful:
Response:
Test test_runner.sh:
Response:
In some cases the response was:
Did the same with the latest version:
Check if the build is successful:
Response:
Response:
The successful solution was without using .docker/qgis.dockerfile:
Check if the build is succesful:
Response:
Test qgis_testrunner:
Response:
Setup developing plugin:
Test plugin
Response:
Versions
release-3_36 , latest
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: