Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shabiel committed Sep 20, 2017
1 parent e583e0c commit 015e3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/VPE.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[RemoteDetails]
RemoteConnect=0
ServerLocation=127.0.0.1
;ServerLocation=127.0.0.1
Instance=gtm
UseDefaultNamespace=0 ; Whether to send a ZN "[Namespace]" or not. 1-> no ZN, 0-> ZN to namepace.
;UseDefaultNamespace=0 ; Whether to send a ZN "[Namespace]" or not. 1-> no ZN, 0-> ZN to namepace.
2 changes: 1 addition & 1 deletion tests/VPE_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ def test_stopVPE(self):
test_suite_details = test_suite_driver.generate_test_suite_details()
test_suite_details.coverage_subset = ['XV*']
test_suite_driver.pre_test_suite_run(test_suite_details)
test_driver = TestHelper.TestDriver("Main")
test_driver = TestHelper.TestDriver("VPE.out")

# Python Unit Testing setup
del sys.argv[1:] # don't pass the arguments down to the unit tester
Expand Down

0 comments on commit 015e3ff

Please sign in to comment.