summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-10-28 19:18:53 +0000
committerZachary Turner <zturner@google.com>2015-10-28 19:18:53 +0000
commit06daa7038582b251ac8d81debd2b1b9e4a0b203b (patch)
tree97ba37c47748aacabb891e44bed9c54eaf32b052 /lldb
parentca1d2209c4f35b86ed95330c06bfeef0b7191c5f (diff)
downloadbcm5719-llvm-06daa7038582b251ac8d81debd2b1b9e4a0b203b.tar.gz
bcm5719-llvm-06daa7038582b251ac8d81debd2b1b9e4a0b203b.zip
Try to fix the linux buildbot.
It's complaining that it doesn't under the "import" command, so I guess I need this hashbang at the beginning so that it knows it's a Python script. llvm-svn: 251544
Diffstat (limited to 'lldb')
-rwxr-xr-xlldb/test/dotest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py
index d5ebe41d432..a8cac8afd55 100755
--- a/lldb/test/dotest.py
+++ b/lldb/test/dotest.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
import use_lldb_suite
import lldbsuite.test
OpenPOWER on IntegriCloud