Skip to content
Snippets Groups Projects
testSelectOutput.sh.in 304 B
#!/bin/bash

echo "Creating initial conditions"
python @srcdir@/makeInput.py

echo "Generating output"
./testSelectOutput 2>&1 | tee select_output.log

echo "Checking output"
python @srcdir@/testSelectOutput.py

rm -f testSelectOutput_0000.hdf5 testSelectOutput.xmf select_output.log

echo "Test passed"