Adapt CI for changes in https://github.com/HelenOS/harbours/pull/1 (#1)
[ci.git] / scenarios / coast / python2 / hello.test
blob8422a95feed1a76688ea6602e633a98cd1e8d21b
1 #!/bin/sh
3 # @needs python2
5 xx_start_machine
7 xx_cmd "cd /src/python/demo"
8 xx_cmd "python hello.py" assert="Hello" timeout=20
10 xx_stop_machine