Skip to content
Snippets Groups Projects
Commit c80ab019 authored by Stephan Zeisberg's avatar Stephan Zeisberg
Browse files

removed accidentally added file from repo

parent 823afa97
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/expect
set timeout 5
spawn board/msba2/tools/bin/pseudoterm $env(PORT)
expect {
"Hello World!" {}
timeout { exit 1 }
}
puts "\nTest successful!\n"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment