summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-03-25 13:02:47 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-03-25 13:02:47 +0530
commit5b931192de55d485e140b4ffefa162dd4cab4218 (patch)
treedb5cd0476986fb4d08e4d875f170a2f6ce15765d
parent4a74df7398ae5dee52848cd8129c3a5629bbbc6c (diff)
audit-make-run: print results
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--ubuntu/scripts/audit-make-run.exp9
1 files changed, 5 insertions, 4 deletions
diff --git a/ubuntu/scripts/audit-make-run.exp b/ubuntu/scripts/audit-make-run.exp
index 14050fe..db824a9 100644
--- a/ubuntu/scripts/audit-make-run.exp
+++ b/ubuntu/scripts/audit-make-run.exp
@@ -1,5 +1,5 @@
#!/usr/bin/expect
-# make install is to install linux kernel on target device
+set timeout -1
spawn passwd eal
expect "Enter new UNIX password:"
@@ -9,7 +9,8 @@ send "admin12\n"
spawn make run
expect "Login user password:"
send "admin12\n"
+expect "#"
+send "cat */rollup.log\n"
+expect "#"
+send "exit\n"
interact
-spawn cat */rollup.log
-interact
-exit 0