microsoft / StorScore

A test framework to evaluate SSDs and HDDs
http://aka.ms/storscore
MIT License
81 stars 34 forks source link

Checkin of --interactive / --nointeractive doesn't seem to work #23

Closed bdenison99 closed 8 years ago

bdenison99 commented 8 years ago

I specified a target and recipe file, and got the following with ActiveState Perl:

Error "Can't locate object method "interactive" via package "CommandLine" at C:\Users\A dministrator.MICRONSTORAGE\Desktop\StorScore-master\StorScore.cmd line 208."

If I add --interactive or --nointeractive, I get back unknown option text like the following: StorScore.cmd --target=.\physicaldrive1 --recipe=recipes\turkey_test.rcp --interactive returns "Unknown option: interactive"

lauracaulfield commented 8 years ago

Sorry about that -- looks like I missed one of the changed files. The latest code should work now.

bdenison99 commented 8 years ago

Thank you! Much better!