From 5efb28f00ca0f48b9917bf2aaafc51a5a723025b Mon Sep 17 00:00:00 2001 From: Sangeetha Hariharan <122560863+sangee2004@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:51:01 -0800 Subject: [PATCH] Update mytest.py Signed-off-by: Sangeetha Hariharan <122560863+sangee2004@users.noreply.github.com> --- tools/testenv/mytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testenv/mytest.py b/tools/testenv/mytest.py index 356b53c2..48186252 100644 --- a/tools/testenv/mytest.py +++ b/tools/testenv/mytest.py @@ -3,4 +3,4 @@ prompt = os.getenv('PROMPT') env_var = os.environ['MY_ENV'] -print("updated environment"+ ":" + prompt+ ":" +env_var) +print("updated environment for 1.0 setup"+ ":" + prompt+ ":" +env_var)