1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 14:55:43 +02:00

jenkinsfile: use HOME=/tmp for tests

Change-Id: Ib5f207eb730be43a7cc5ebfb7cda2b230054badd
This commit is contained in:
Sébastien Blin 2022-12-02 14:47:45 -05:00
parent 53feacbf34
commit 7367c28733
2 changed files with 1 additions and 8 deletions

View file

@ -57,7 +57,6 @@ pipeline {
script {
// Checkout jami-project to obtain daemon/LRC/client-qt repositories
sh """
ls
./build.py --init
"""
}
@ -97,7 +96,7 @@ pipeline {
exec_cmd("""
cd ${dockerTopDir}
cd tests/qml/src
../../../build/tests/qml_tests
HOME=/tmp ../../../build/tests/qml_tests
""")
}
}

View file

@ -39,12 +39,6 @@ Rectangle {
signal messagesCleared
signal messagesLoaded
onVisibleChanged: {
if (visible)
return
UtilsAdapter.clearInteractionsCache(CurrentAccount.id, CurrentConversation.id)
}
function focusChatView() {
chatViewFooter.textInput.forceActiveFocus()
swarmDetailsPanel.visible = false