Fix test execution on Linux / GitLab CI
This commit is contained in:
parent
5be8b0aab9
commit
4ce1ec2e37
|
@ -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" "$@"
|
||||
|
|
Loading…
Reference in New Issue