lava-expect: Rename to expect-lava
To sort together (in directory listings, etc.) with the original expect/
directory and recently added expect-post/ directory. That will make
relationship between them clearer and hopefully will help avoid
mistakes/omissions (e.g., any change done to expect/ should have a
corresponding change in expect-lava/ or expect-post/, and all 3
dirs will be right on the eyes / at the fingertips to make that
hard to forget).
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I5505f8051ef98271062edd7f7e796833643ea2ac
diff --git a/fvp_utils.sh b/fvp_utils.sh
index 5265c50..546bfba 100644
--- a/fvp_utils.sh
+++ b/fvp_utils.sh
@@ -689,7 +689,7 @@
fi
# Get all expect strings
- expect_file=$ci_root/lava-expect/${expect_file}
+ expect_file=$ci_root/expect-lava/${expect_file}
source $expect_file