~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to scripts/run-tests.sh

  • Committer: Jason Conti
  • Date: 2010-02-21 21:26:22 UTC
  • Revision ID: jason.conti@gmail.com-20100221212622-qi7mpvfc0uxvzofz
Replacing COPYING with a gpl3 license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
for FILE in tests/test_*.py
4
 
do
5
 
  echo "Test: ${FILE}"
6
 
  python ${FILE}
7
 
done