Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
dc7d0c10
Commit
dc7d0c10
authored
Jan 27, 2021
by
Sandro Knauß
🐝
Browse files
crypto tests: we also need to stringify the arguments of the tests.
parent
61a238cf
Pipeline
#48880
failed with stage
in 20 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/kdepim_generate_crypto_test_wrapper.cmake
View file @
dc7d0c10
...
...
@@ -20,7 +20,7 @@ unset GPG_AGENT_INFO
tmp_dir=`mktemp -d -t messagelib-test-gnupg-home.XXXXXXXX` || exit 1
cp -rf
${
_gnupghome
}
/* $tmp_dir
${
_library_path_variable
}
=
${
_ld_library_path
}
\$
{
${
_library_path_variable
}
:+:
\$
${
_library_path_variable
}
} GNUPGHOME=$tmp_dir
\"
${
_executable
}
\"
$@
${
_library_path_variable
}
=
${
_ld_library_path
}
\$
{
${
_library_path_variable
}
:+:
\$
${
_library_path_variable
}
} GNUPGHOME=$tmp_dir
\"
${
_executable
}
\"
\"
$@
\"
_result=$?
_pid=`echo GETINFO pid | GNUPGHOME=$tmp_dir gpg-connect-agent | grep 'D' | cut -d' ' -f2`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment