aboutsummaryrefslogblamecommitdiffstats
path: root/testsuite/sos.test/batchmode.exp
blob: ca0b11f35c16a007a2d082958dd6e9f1f609cb79 (plain) (tree)
1
2
3
4
5
6





                                                                          
set test "BATCHMODE"
spawn /usr/sbin/sosreport --batch
set timeout 15
expect {
    -re "^.*send this file to your support representative." { pass $test }
}