Loading
autotest_setup: source pkgdep/git right before the install_sources() call
This gives autotest_setup.sh a chance to run through most of its steps uninterrupted under a completely bare system. Currently, if the gcc is missing, the whole execution will fail upon source'ing the pkgdep/git as there's an unconditional use of gcc which attempts to check its version. By bundling use of pkgdep/git tightly with --test-conf=* we allow for potential --install-deps|--upgrade to complete without any hiccups which on their own should provide needed dependencies for pkgdep/git. Change-Id: I2ab5423721dd963fcb9e0aaee5d902178609a37f Signed-off-by:Michal Berger <michallinuxstuff@gmail.com> Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/25582 Tested-by:
SPDK Automated Test System <spdkbot@gmail.com> Reviewed-by:
Tomasz Zawadzki <tomasz@tzawadzki.com> Reviewed-by:
Jim Harris <jim.harris@nvidia.com>