mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
New tests
This commit is contained in:
parent
232547e4c0
commit
8ab0adb9f8
23 changed files with 153 additions and 58 deletions
10
checks/run-gpgm
Executable file
10
checks/run-gpgm
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
if ! ../g10/gpgm --homedir . $* 2>err.tmp.$$ ; then
|
||||
echo "(../g10/gpgm --homedir . $*) failed" >&2
|
||||
cat err.tmp.$$ >&2
|
||||
rm err.tmp.$$
|
||||
exit 1
|
||||
fi
|
||||
rm err.tmp.$$
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue