Megatest

megatest at [3271143f70]
Login

File wrappers/megatest artifact b8988b7c6c part of check-in 3271143f70


#!/bin/bash
if [[ $(ulimit -a | grep 'open files' | awk '{print $4}') -gt 10000 ]];then ulimit -n 10000;fi
lsbr=$(lsb_release -sr)
source PREFIX/ARCHSTR/cfg.sh
exec PREFIX/mtest "$@"