Fix config path for tests
This commit is contained in:
parent
1058454871
commit
505869767e
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ return: 0
|
|||
END
|
||||
|
||||
export LUMIERA_PLUGIN_PATH=.libs
|
||||
export LUMIERA_CONFIG_PATH=./
|
||||
|
||||
TEST "discovering plugins" plugin_discover <<END
|
||||
out: found plugin: .libs/examplepluginc.so
|
||||
|
|
@ -37,3 +38,4 @@ return: 0
|
|||
END
|
||||
|
||||
unset LUMIERA_PLUGIN_PATH
|
||||
unset LUMIERA_CONFIG_PATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue