mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
Remove print statement when successfully setting the platform's working directory.
llvm-svn: 196308
This commit is contained in:
parent
7c5fdaf1c8
commit
aec167d79e
@ -1692,7 +1692,6 @@ class TestBase(Base):
|
||||
self.mydir)
|
||||
error = lldb.remote_platform.MakeDirectory(remote_test_dir, 0700)
|
||||
if error.Success():
|
||||
print "successfully made remote directory '%s'" % (remote_test_dir)
|
||||
lldb.remote_platform.SetWorkingDirectory(remote_test_dir)
|
||||
else:
|
||||
print "error: making remote directory '%s': %s" % (remote_test_dir, error)
|
||||
|
Loading…
x
Reference in New Issue
Block a user