sintonia/python_apps/media-monitor2/tests/run_tests.pl
2012-08-14 14:50:39 -04:00

7 lines
142 B
Perl
Executable file

#!/usr/bin/perl
use strict;
use warnings;
foreach my $file (glob "*.py") {
system("python $file") unless $file =~ /prepare_tests.py/;
}