summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-02-27 19:14:12 +0000
committerIlia K <ki.stfu@gmail.com>2015-02-27 19:14:12 +0000
commitd99b8f3ba8d114ccc8e64f948a90cb867b893a39 (patch)
tree59faf0b21c35a4c15bb9295e1f9a8957fbb08757 /lldb
parentaa069c2fae073e7b16f789598a8484c61f1c4b85 (diff)
downloadbcm5719-llvm-d99b8f3ba8d114ccc8e64f948a90cb867b893a39.tar.gz
bcm5719-llvm-d99b8f3ba8d114ccc8e64f948a90cb867b893a39.zip
Skip LaunchInTerminalTestCase test on remote systems
Summary: This ability was added by @jasonmolenda in [[ http://reviews.llvm.org/rL225748 | r225748 ]] but it was commented out because he hadn't test it. I tested it on OS X and now we can enable it legally. This change is made by @chying request. Reviewers: jasonmolenda, chying, clayborg Reviewed By: clayborg Subscribers: lldb-commits, chying, jasonmolenda, clayborg Differential Revision: http://reviews.llvm.org/D7930 llvm-svn: 230782
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/functionalities/tty/TestTerminal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/functionalities/tty/TestTerminal.py b/lldb/test/functionalities/tty/TestTerminal.py
index b5b2381a64c..fb935e6e10f 100644
--- a/lldb/test/functionalities/tty/TestTerminal.py
+++ b/lldb/test/functionalities/tty/TestTerminal.py
@@ -22,9 +22,9 @@ class LaunchInTerminalTestCase(TestBase):
# privilege so it can't open the socket to talk back to the test case
@unittest2.skipUnless(os.geteuid() != 0, "test cannot be run as root")
- # Do we need to disable this test if the testsuite is being run on a rmeote system?
+ # Do we need to disable this test if the testsuite is being run on a remote system?
# This env var is only defined when the shell is running in a local mac terminal window
- # @unittest2.skipUnless(os.environ.has_key('TERM_PROGRAM'), "test must be run on local system")
+ @unittest2.skipUnless(os.environ.has_key('TERM_PROGRAM'), "test must be run on local system")
def test_launch_in_terminal (self):
exe = "/bin/ls"
OpenPOWER on IntegriCloud