Skip to content

Commit

Permalink
[tests] Install test repo data correctly to repos.d. Fixes JB#57261
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Feb 21, 2022
1 parent d99cb63 commit 158a191
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/testapplication.pri
Expand Up @@ -8,6 +8,10 @@ INSTALLS += test_data

test_data_etc.path = $${TESTS_DATA_PATH}/configroot/etc/ssu
test_data_usr_share.path = $${TESTS_DATA_PATH}/configroot/usr/share/ssu
test_data_usr_share_repos_d.path = $${TESTS_DATA_PATH}/configroot/usr/share/ssu/repos.d
test_data_boardmappings_d.path = $${TESTS_DATA_PATH}/configroot/usr/share/ssu/board-mappings.d

INSTALLS += test_data_etc test_data_usr_share test_data_boardmappings_d
INSTALLS += test_data_etc \
test_data_usr_share \
test_data_usr_share_repos_d \
test_data_boardmappings_d
2 changes: 2 additions & 0 deletions tests/ut_urlresolver/ut_urlresolver.pro
Expand Up @@ -17,6 +17,8 @@ test_data_etc.files = \

test_data_usr_share.files = \
testdata/ssu-defaults.ini \

test_data_usr_share_repos_d.files = \
testdata/repos.ini \

test_data_boardmappings_d.files = \
Expand Down

0 comments on commit 158a191

Please sign in to comment.