summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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