Skip to content

Commit a5c0887

Browse files
committed
Slightly better travis tests
Will need to move this to a proper pytest-based setup.
1 parent 78799eb commit a5c0887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ install:
1515

1616
script:
1717
- sudo modprobe fuse
18-
- mkdir /tmp/foo
19-
- python example/hello.py /tmp/foo
18+
- mkdir /tmp/foo && python example/hello.py /tmp/foo && [ $(cat /tmp/foo/hello) = "Hello World!" ]
19+
- mkdir /tmp/bar && python example/fioc.py /tmp/bar && [ -f /tmp/bar/fioc ]

0 commit comments

Comments
 (0)