devtools: fix x86-default build test install env
authorDavid Marchand <david.marchand@redhat.com>
Thu, 12 Nov 2020 13:38:43 +0000 (14:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Nov 2020 15:37:39 +0000 (16:37 +0100)
commit252e92eec4f3ba97884bf9424a607a07729c7c33
treea7452665c43db13fc878b7b0f5d80564c721feb2
parenta7a9199af8f6a15ece91bc1a67ab50d926e84530
devtools: fix x86-default build test install env

The x86-default environment was loaded after installing this target.
I did not see any problem with it, yet we should load corresponding
environment before installing a target.

Fixes: bd253daa7717 ("devtools: fix test of ninja install")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
devtools/test-meson-builds.sh