Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LabScripts/GeneralTracing/set_vars.bat: "find: '6.1.': No such file or directory" #103

Open
CalebRouleau opened this issue May 1, 2017 · 1 comment

Comments

@CalebRouleau
Copy link
Contributor

https://github.com/google/UIforETW/blob/master/LabScripts/GeneralTracing/set_vars.bat#L15

It looks like the device that I am running these tests (version "Microsoft Windows [Version 10.0.15063]")

Does not support pipes.

Could we

  1. Change the script to not use the pipe?

or

  1. Install/set up my device to allow pipes?
@randomascii
Copy link
Contributor

This should be equivalent. It uses a temporary file instead of the pipe operator. Does that work better?

ver >%temp%\version_information.txt
find "6.1" <%temp%\version_information.txt
if %errorlevel% == 0 goto Windows7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants