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:
parent
53feacbf34
commit
7367c28733
2 changed files with 1 additions and 8 deletions
3
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
3
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
|
@ -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
|
||||
""")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue