diff --git a/Dist/.BuildTestInConfigX.sh b/Dist/.BuildTestInConfigX.sh index 41f081ade9..c441597e8a 100755 --- a/Dist/.BuildTestInConfigX.sh +++ b/Dist/.BuildTestInConfigX.sh @@ -5,4 +5,7 @@ if [ ! -e "BizHawk.sln" ]; then fi config="$1" shift -Dist/.InvokeCLIOnMainSln.sh "test" "$config" -a . -l "junit;LogFilePath=$PWD/test_output/{assembly}.coverage.xml;MethodFormat=Class;FailureBodyFormat=Verbose" "$@" +Dist/.InvokeCLIOnMainSln.sh "test" "$config" \ + -l "junit;LogFilePath=$PWD/test_output/{assembly}.coverage.xml;MethodFormat=Class;FailureBodyFormat=Verbose" \ + --test-adapter-path . \ + "$@"