The installer script (install-autotest-server.sh) initializes submodules using
$ git submodule init $ git submodule update --recursive Which puts the tests repos in headless state (according to git docs - I am certainly not a git expert) and it is neither master or next as I can see differences between what is local and remotes/origin/next and remotes/origin/master. That is confusing and causes test failures as aiostress has been recently updated. No big deal we can just checkout master on the server but that does not look like intended behavior? Also another minor thing in autotest-client-tests / bonnie; looks like the lastest change went straingt to master and it is not part of next (upgrade to 1.96) Julius _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
