Skip to content

Commit

Permalink
SampleGoogleTestTests: in .runsettings change "-dir=..." parameter to…
Browse files Browse the repository at this point in the history
… "-testdirectory=..."
  • Loading branch information
jgefele committed Nov 15, 2015
1 parent 3821d8c commit 0ec1a7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<GoogleTestAdapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AdditionalTestExecutionParam>-dir=$(TestDir)</AdditionalTestExecutionParam>
<AdditionalTestExecutionParam>-testdirectory=$(TestDir)</AdditionalTestExecutionParam>
<BatchForTestSetup>Tests\Returns0.bat</BatchForTestSetup>
<BatchForTestTeardown>Tests\Returns1.bat</BatchForTestTeardown>
<DebugMode>false</DebugMode>
Expand Down

0 comments on commit 0ec1a7d

Please sign in to comment.