parallel/testsuite/tests-to-run/test44.sh

10 lines
218 B
Bash
Raw Normal View History

2010-12-03 14:22:01 +00:00
#!/bin/bash
# Test --nice
echo '### Test --nice locally'
parallel --nice 1 -vv 'PAR=a bash -c "echo \$PAR {}"' ::: b
echo '### Test --nice remote'
parallel --nice 1 -S .. -vv 'PAR=a bash -c "echo \$PAR {}"' ::: b