fix(hftest): vhe tests override older logs
The execution of tests with vhe enabled of ffa_secure_partitions
were overriding the logs from previous tests, without vhe enabled.
This patch changes the directory to save the test logs for the VHE
enabled setup.
Change-Id: I3a3067365578680b0a55a0b5310ac29bf1641386
Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/kokoro/test_spmc.sh b/kokoro/test_spmc.sh
index f5c0d6e..1dbb13e 100755
--- a/kokoro/test_spmc.sh
+++ b/kokoro/test_spmc.sh
@@ -20,7 +20,7 @@
HYPERVISOR_PATH="$OUT/aem_v8a_fvp_clang"
HFTEST+=(--out_partitions "$OUT/secure_aem_v8a_fvp_vm_clang")
-HFTEST_VHE+=(--log "$LOG_DIR_BASE")
+HFTEST_VHE+=(--log "$LOG_DIR_BASE/vhe")
HFTEST+=(--log "$LOG_DIR_BASE")
HFTEST_VHE+=(--spmc "$SPMC_PATH_VHE/hafnium.bin" --driver=fvp)