Change directory before submodules update

This commit is contained in:
Michael Lumish 2022-05-24 13:11:41 -07:00
parent be749bf94f
commit e61c8f9ecd
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ main() {
local script_dir
script_dir="$(dirname "$0")"
cd "${script_dir}"
git submodule update --init --recursive
# Source the test driver from the master branch.