summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-03-25 15:41:14 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-03-25 15:41:14 +0530
commitac9a840b26eb6411655bf53cac026aaf4fa4bd0e (patch)
tree55fccb0ec191eea7cc0124226a1497088d22d918
parentf92ab24bc5dd2f523db9084fae64419b434715be (diff)
audit-make-run: print results
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rw-r--r--ubuntu/scripts/audit-make-run.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/scripts/audit-make-run.exp b/ubuntu/scripts/audit-make-run.exp
index cab11cf..2600506 100644
--- a/ubuntu/scripts/audit-make-run.exp
+++ b/ubuntu/scripts/audit-make-run.exp
@@ -10,6 +10,6 @@ spawn make run
expect "Login user password:"
send "admin12\n"
expect "#"
-send cat audit.rollup.log
+spawn cat audit.rollup.log
interact
exit 0