From 78af11b6a009026c1af8d959818076f52f2f2786 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Sat, 26 Oct 2024 14:23:54 -0700 Subject: [PATCH] remove source cmd line --- e2e_tests/run_e2e_tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/e2e_tests/run_e2e_tests.sh b/e2e_tests/run_e2e_tests.sh index d181275a..88770993 100644 --- a/e2e_tests/run_e2e_tests.sh +++ b/e2e_tests/run_e2e_tests.sh @@ -3,9 +3,7 @@ set -e pwd -ls common_scripts.sh - -source ./common_scripts.sh +. ./common_scripts.sh log building function_callling demo pushd ../demos/function_calling