repo.or.cz
/
ci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adapt CI for changes in https://github.com/HelenOS/harbours/pull/1 (#1)
[ci.git]
/
scenarios
/
coast
/
python2
/
hello.test
blob
8422a95feed1a76688ea6602e633a98cd1e8d21b
1
#!/bin/sh
2
3
# @needs python2
4
5
xx_start_machine
6
7
xx_cmd
"cd /src/python/demo"
8
xx_cmd
"python hello.py"
assert
=
"Hello"
timeout
=
20
9
10
xx_stop_machine