summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/audit-make-run.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/scripts/audit-make-run.exp')
-rwxr-xr-xubuntu/scripts/audit-make-run.exp13
1 files changed, 13 insertions, 0 deletions
diff --git a/ubuntu/scripts/audit-make-run.exp b/ubuntu/scripts/audit-make-run.exp
new file mode 100755
index 0000000..aa27c66
--- /dev/null
+++ b/ubuntu/scripts/audit-make-run.exp
@@ -0,0 +1,13 @@
+#!/usr/bin/expect
+set timeout -1
+
+spawn passwd eal
+expect "Enter new UNIX password:"
+send "admin12\n"
+expect "Retype new UNIX password:"
+send "admin12\n"
+spawn make run
+expect "Login user password:"
+send "admin12\n"
+interact
+exit