From ae01fb2b9b3bc36055474e5bc33198d51391a7ca Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Sat, 26 Oct 2024 14:21:53 -0700 Subject: [PATCH] fix more --- e2e_tests/run_e2e_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e_tests/run_e2e_tests.sh b/e2e_tests/run_e2e_tests.sh index ebd544f3..65898f19 100644 --- a/e2e_tests/run_e2e_tests.sh +++ b/e2e_tests/run_e2e_tests.sh @@ -1,7 +1,8 @@ # if any of the commands fail, the script will exit set -e -source common_scripts.sh +pwd +source ./common_scripts.sh log building function_callling demo pushd ../demos/function_calling