Skip to content

Commit

Permalink
Merge pull request iovisor#2210 from iovisor/yhs_dev2
Browse files Browse the repository at this point in the history
enable debug output for test_usdt3.py
  • Loading branch information
palmtenor authored Feb 16, 2019
2 parents cdf265f + 960a9e0 commit 13cf811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_usdt3.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _create_file(name, text):

# Run the application
self.app = Popen([m_bin], env=dict(os.environ, LD_LIBRARY_PATH=self.tmp_dir))
# os.system("tplist.py -vvv -p " + str(self.app.pid))
os.system("../../tools/tplist.py -vvv -p " + str(self.app.pid))

def test_attach1(self):
# enable USDT probe from given PID and verifier generated BPF programs
Expand Down

0 comments on commit 13cf811

Please sign in to comment.