Added call to checkout master branch for both tests subrepos, this way they will represent latest upstream.
Signed-off-by: Julius Gawlas <[email protected]> --- contrib/install-autotest-server.sh | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/contrib/install-autotest-server.sh b/contrib/install-autotest-server.sh index 04f3562..4d965eb 100755 --- a/contrib/install-autotest-server.sh +++ b/contrib/install-autotest-server.sh @@ -363,9 +363,15 @@ else fi fi +print_log "INFO" "Initializng tests" cd $ATHOME git submodule init git submodule update --recursive +cd $ATHOME/client/tests +git checkout master +cd $ATHOME/server/tests +git checkout master + print_context "INFO" "Setting proper permissions for the autotest directory" chown -R autotest:autotest $ATHOME -- 1.7.7.6 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
