diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index ded238f53b..51df1f2ba1 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -10,6 +10,7 @@ # This script must be invoked from the project's root. -source framework/scripts/all-core.sh +FRAMEWORK="$PWD/framework" +source $FRAMEWORK/scripts/all-core.sh main "$@"