diff options
| author | Asha Akkiangady <aakkiang@redhat.com> | 2014-08-01 12:37:41 -0400 |
|---|---|---|
| committer | Asha Akkiangady <aakkiang@redhat.com> | 2014-08-01 12:39:38 -0400 |
| commit | a0acd624e4e14c7f25a92f3fbdbce5c012c3f0eb (patch) | |
| tree | 7b0ad2d2b0f80baee73e9f6c242f42c97232e31f | |
| parent | 522285e6c4436965eba7270e9c7a7305c8041da8 (diff) | |
Makefile includes pki-profile-lib.sh
| -rwxr-xr-x | tests/dogtag/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dogtag/Makefile b/tests/dogtag/Makefile index ab67bfea5..a100a7194 100755 --- a/tests/dogtag/Makefile +++ b/tests/dogtag/Makefile @@ -57,6 +57,8 @@ run: $(FILES) build cp ./shared/pki-auth-plugin-lib.sh /opt/rhqa_pki/. rm -f /opt/rhqa_pki/pki-config-lib.sh cp ./shared/pki-config-lib.sh /opt/rhqa_pki/. + rm -f /opt/rhqa_pki/pki-profile-lib.sh + cp ./shared/pki-profile-lib.sh /opt/rhqa_pki/. rm -f /opt/rhqa_pki/id_rsa-host-beaker_archive.pub cp ./codecoverage/id_rsa-host-beaker_archive.pub /opt/rhqa_pki/id_rsa-host-beaker_archive.pub rm -f /opt/rhqa_pki/id_rsa-host-beaker_archive |
