Files
asciinema/tests/integration.sh

11 lines
265 B
Bash
Raw Normal View History

#!/bin/bash
set -e
2016-07-05 16:20:10 +02:00
set -x
2016-07-05 16:20:10 +02:00
python3 -m asciinema -h
python3 -m asciinema --version
python3 -m asciinema auth
python3 -m asciinema rec -c who __who.json && rm __who.json
python3 -m asciinema rec -c 'bash -c "echo 1; sleep 1; echo 2"' __sleep.json && rm __sleep.json