#!/bin/sh # # Run all tape tests # echo "Start two tape tests" echo "Start two tape tests" >>test.out nice ctest -R all-non-root-2tape: echo "End two tape tests" echo "End two tape tests" >>test.out