parallel/unittest/Fixed.sh
2007-09-10 22:28:03 +02:00

4 lines
114 B
Bash

#!/bin/bash
ls tests-to-run/test*.sh | perl -pe 's:(.*/(.*)).sh:cp actual-results/$2 wanted-results/$2:' | sh -x