summaryrefslogtreecommitdiff
path: root/tests/debugger_tests
AgeCommit message (Collapse)AuthorFilesLines
2017-11-26Fix Powershell error (#15217)Bruce Forstall1-1/+1
2017-11-22Fix all powershell invocations in scripts, CI code and tests to include ↵Jacek Blaszczynski1-1/+1
-NoProfile (#15164) Code execution in several scripts and tests can be affected by powershell profile execution at startup. Adding -NoProfile option to all powershell invocations which may be affected by execution of profile startup code.
2017-06-28Cleanup some instances of project.json from the repo (#12484)Adeel Mujahid2-0/+15
* Replace ScriptGenerator project.json with csproj * Update project.json occurrences in docs Fix few typos. * Remove project.json comments
2016-12-08Add script generator and generate test scripts to adapt debuggertests repo ↵Sasha Semennikov3-0/+24
for coreclr infrastructure
2016-11-16Add simple script generatorSasha Semennikov5-0/+245
Modify script generation to substitute config strings Add Unix version of the script generation Add config replacement Fix windows deployment script issues Add unix config generation Address comments