Ensure files for mocked configuration are found when testing plasmoid

This commit is contained in:
Martchus 2021-08-02 23:38:58 +02:00
parent 95800eb1ca
commit fb09378935
1 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,9 @@ if ! [[ $QT_PLUGIN_PATH ]]; then
fi
echo "QT_PLUGIN_PATH used for Plasmoid testing: $QT_PLUGIN_PATH"
fi
# set TEST_FILE_PATH so files for the mocked configuration can be found
export TEST_FILE_PATH=$(dirname "${BASH_SOURCE[0]}")/../testfiles
# log working directory
echo "Working directory used for Plasmoid testing: $PWD"