diff options
author | Joe Orton <jorton@apache.org> | 2023-02-03 12:28:51 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2023-02-03 12:28:51 +0100 |
commit | 078e5a9cabc84f540e3fca5c7faacd348f8ab34d (patch) | |
tree | 6e316ad759c40057994788c7c68318372a081d6d /test/travis_before_linux.sh | |
parent | Someone updated the copyright year. :) (diff) | |
download | apache2-078e5a9cabc84f540e3fca5c7faacd348f8ab34d.tar.xz apache2-078e5a9cabc84f540e3fca5c7faacd348f8ab34d.zip |
Migrate more tests to Github Actions.
Github: fixes #340, fixes #339
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_before_linux.sh')
-rwxr-xr-x | test/travis_before_linux.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index c7426bee36..0632d194a7 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -85,6 +85,7 @@ function install_apx() { popd touch ${prefix}/.revision-is-${revision} + echo ${version} ${revision} ${config} > ${HOME}/root/.key-${name} } # Allow to load $HOME/build/apache/httpd/.gdbinit |