From 5513b04b1365910c09bfe0eb5604be3505b4f2d2 Mon Sep 17 00:00:00 2001 From: Clark Coleman <clc@zephyr-software.com> Date: Wed, 3 Apr 2019 10:47:56 -0400 Subject: [PATCH] Fix path in script. --- cicd_testing/starstest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_testing/starstest.sh b/cicd_testing/starstest.sh index 3ac791c0..5115b251 100755 --- a/cicd_testing/starstest.sh +++ b/cicd_testing/starstest.sh @@ -23,7 +23,7 @@ function validate { } function test { - ./$SMPSA_HOME/SMP-fullanalyze64-ida7.sh $1 + . $SMPSA_HOME/SMP-fullanalyze64-ida7.sh $1 validate $1 } -- GitLab