We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e19b1d commit 2892e19Copy full SHA for 2892e19
CI/run_integration_tests.sh
@@ -9,7 +9,7 @@ git checkout FETCH_HEAD
9
cd ..
10
11
xvfb-run --auto-servernum --server-args='-screen 0 640x480x24x60' \
12
- scripts/integration_tests.py --omw build/install/bin/openmw --workdir integration_tests_output example-suite/
+ scripts/integration_tests.py --verbose --omw build/install/bin/openmw --workdir integration_tests_output example-suite/
13
14
ls integration_tests_output/*.osg_stats.log | while read v; do
15
scripts/osg_stats.py --stats '.*' --regexp_match < "${v}"
0 commit comments