#!/bin/sh ./test_partition.py target -v if [ $? -eq 0 ]; then echo "PASS: test_partition" else echo "FAIL: test_partition" fi