From 90eb79018b459c1aa6606168f1ee592da535643c Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Tue, 12 Jan 2016 14:47:37 +0500 Subject: Include Ramspeed Index calulcation Ramspeed Index calculation included. Additionally, error handling for suite indices calulcation to ignore absent result files Change-Id: I8b2360b0f16b6d3b7d8485e88a0c1f7f0787ad5a Signed-off-by: Nauman_Ahad --- get_env_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_env_info.sh') diff --git a/get_env_info.sh b/get_env_info.sh index 77af011b..6a4dd530 100755 --- a/get_env_info.sh +++ b/get_env_info.sh @@ -19,4 +19,4 @@ while getopts ":n:i:" optchar; do usage ;; esac done -./data/fetch_os_creds.sh -d ./data/opnfv-creds.sh +./data/fetch_os_creds.sh -d ./opnfv-creds.sh -- cgit 1.2.3-korg