mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
testsuite/tests-to-run/parallel-virtualbox1.sh: Use whoami instead of tange.
This commit is contained in:
parent
827aae3c07
commit
b342a1562d
|
@ -1,10 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "### These tests requires VirtualBox running with the following images"
|
||||
echo "tange@redhat9"
|
||||
echo "tange@centos3"
|
||||
echo "tange@centos5"
|
||||
echo `whoami`"@redhat9"
|
||||
echo `whoami`"@centos3"
|
||||
echo `whoami`"@centos5"
|
||||
echo `whoami`"@freebsd7"
|
||||
|
||||
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
|
||||
stdout parallel -j10 --argsep == --basefile /tmp/parallel --tag --nonall -S redhat9.tange.dk,centos3.tange.dk,centos5.tange.dk,freebsd7.tange.dk /tmp/parallel echo ::: OK_if_no_perl_warnings | sort
|
||||
|
|
Loading…
Reference in a new issue