Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 559 → Rev 560

/video-contact-sheet/branches/1.13/tests/src/make_test.bash
21,5 → 21,10
echo ' unittest $line'
echo 'done <<< "$(sed "/^[[:space:]]*#/d" "'$testsfile'" | grep "^'${TESTNAME}' ")"'
 
echo 'if [[ $RET -eq 0 ]]; then'
echo ' echo -n "${G}All tests passed"'
echo 'else'
echo ' echo -n "${R}Some tests failed"'
echo 'fi'
echo 'echo $CLR'