[oops, resending because i'm too dumb for email]

On 16.07.20 18:55, Ilmari Lauhakangas wrote:
I created execute.sh for running the Python UI test:

export PYTHONPATH=/home/tonttu/libreoffice/instdir/program/
export URE_BOOTSTRAP=file:///home/tonttu/libreoffice/instdir/program/fundamentalrc
export SAL_USE_VCLPLUGIN=gen
rm -rf /tmp/libreoffice/4
SRCDIR="${SRCDIR:-$(pwd)}"
python "$SRCDIR"/uitest/test_main.py --debug --soffice=path:"$SRCDIR"/instdir/program/soffice --userdir=file:///tmp/libreoffice/4 --file="$SRCDIR"/sw/qa/uitest/writer_tests7/tdf127652.py

I ran execute.sh while in the core directory and confirmed that the UI test failed.

why so complicated, try:

(cd sw && make -srj8 UITest_writer_tests7 UITEST_TEST_NAME="tdf127652.tdf127652.test_mark_delete_undo_delete_tdf127652")
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Reply via email to