#! /bin/sh

arch="$1"
shift

/home/larsson/bin/globus-test-suite "$arch" -mdsorg "ou=Mathematics and Computer Science Division, o=Argonne National Laboratory, o=Globus, c=US" -mdspasswd "MCSadmin" -mcscron $@

exit $?
