ADBench icon indicating copy to clipboard operation
ADBench copied to clipboard

Some run-all.ps1 changes

Open tomjaguarpaw opened this issue 5 years ago • 2 comments

We should merge something like https://github.com/awf/autodiff/tree/toelli/run-all. The commit that unredirects stderr should be tidied up a bit.

tomjaguarpaw avatar May 14 '19 16:05 tomjaguarpaw

Perhaps we can capture stderr, add the indent, and output it immediately. I'm not sure how to do that in Powershell.

tomjaguarpaw avatar May 14 '19 16:05 tomjaguarpaw

Oddly it's 2>file, e.g. & {write-host "una"; "conor"; write-error "fed"} 2>err.txt >out.txt

awf avatar May 14 '19 16:05 awf