Skip to content
Snippets Groups Projects
Commit 7367c287 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jenkinsfile: use HOME=/tmp for tests

Change-Id: Ib5f207eb730be43a7cc5ebfb7cda2b230054badd
parent 53feacbf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment