Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spam@nowhere>2016-03-21 02:41:51 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spam@nowhere>2016-03-21 02:41:51 +0300
commit758a934ab266ed660daa54b72e4606b78e374071 (patch)
tree6f2fe1c5d2b8331f9319549bc6f0c3390168eb6b /scripts/travis_lldb.expect
AFIO v2: Relocate all the AFIO v2 files in fs_probe into the root hierarchy. AFIO v2 is now the master branch!
Diffstat (limited to 'scripts/travis_lldb.expect')
-rw-r--r--scripts/travis_lldb.expect10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/travis_lldb.expect b/scripts/travis_lldb.expect
new file mode 100644
index 00000000..d5466fad
--- /dev/null
+++ b/scripts/travis_lldb.expect
@@ -0,0 +1,10 @@
+spawn lldb ./test_all
+expect "*\nCurrent executable set to*"
+send "run\r"
+set timeout 120
+expect "*\r\nProcess * stopped\r\n*"
+send "bt\rthread list\rthread backtrace all\rquit\r"
+set timeout 10
+expect "*Quitting LLDB will kill one or more processes. Do you really want to proceed*"
+send "y\r"
+expect default