mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
11 lines
457 B
Bash
11 lines
457 B
Bash
#!/bin/bash
|
|
|
|
echo "### These tests requires VirtualBox running with the following images"
|
|
echo "tange@redhat9"
|
|
echo "tange@centos3"
|
|
echo "tange@centos5"
|
|
|
|
echo "### bug #37589: Red Hat 9 (Shrike) perl v5.8.0 built for i386-linux-thread-multi error"
|
|
cp `which parallel` /tmp/parallel
|
|
stdout parallel --argsep == --basefile /tmp/parallel --tag --nonall -S redhat9.tange.dk,centos3.tange.dk,centos5.tange.dk /tmp/parallel echo ::: OK_if_no_perl_warnings | sort
|