parallel/testsuite/Fixed.sh

8 lines
267 B
Bash
Raw Normal View History

2007-09-10 20:28:03 +00:00
#!/bin/bash
# SPDX-FileCopyrightText: 2021-2023 Ole Tange, http://ole.tange.dk and Free Software and Foundation, Inc.
2021-04-22 16:20:41 +00:00
#
# SPDX-License-Identifier: GPL-3.0-or-later
2007-09-10 20:28:03 +00:00
ls tests-to-run/test*.sh | perl -pe 's:(.*/(.*)).sh:cp actual-results/$2 wanted-results/$2:' | sh -x