Fix test execution on Linux / GitLab CI

This commit is contained in:
YoshiRulz 2022-08-10 17:35:32 +10:00
parent 5be8b0aab9
commit 4ce1ec2e37
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ if [ ! -e "BizHawk.sln" ]; then
fi
config="$1"
shift
export LD_LIBRARY_PATH="$PWD/output/dll:$LD_LIBRARY_PATH"
Dist/.InvokeCLIOnMainSln.sh "test" "$config" -a . -l "junit;LogFilePath=$PWD/test_output/{assembly}.coverage.xml;MethodFormat=Class;FailureBodyFormat=Verbose" "$@"