#!/bin/sh
# requires boutpp
# requires not make

set -ex
python3 test.py > out.log
msg="We can print to the log from python 🎉"
grep "$msg" out.log
grep "$msg" test/BOUT.log.0
