selftest: add save.env.sh helper script.
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Jan 2016 20:24:31 +0000 (21:24 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 Jun 2016 03:00:15 +0000 (05:00 +0200)
commit3076b1ed444c899b4b89755699a0b974d04f66b6
tree6d240f9b232ef3745e413ad25adf9ea3cc5bb43b
parent1ce7721b17331df2310812cf8563fda56f6cf008
selftest: add save.env.sh helper script.

This can be used to store the environment from within
make testenv.

It can be restored with:

. bin/restore.env.source

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/save.env.sh [new file with mode: 0755]