Skip to content

Commit 2892e19

Browse files
committed
Run integration tests with verbose output
1 parent 0e19b1d commit 2892e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/run_integration_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git checkout FETCH_HEAD
99
cd ..
1010

1111
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/
12+
scripts/integration_tests.py --verbose --omw build/install/bin/openmw --workdir integration_tests_output example-suite/
1313

1414
ls integration_tests_output/*.osg_stats.log | while read v; do
1515
scripts/osg_stats.py --stats '.*' --regexp_match < "${v}"

0 commit comments

Comments
 (0)