Artifact b8988b7c6ce89dd7e7e4c6759a8b82a26c61c9fc:
- File wrappers/megatest — part of check-in [3271143f70] at 2018-01-30 11:17:35 on branch v1.65 — Added wrappers to repo (user: jmoon18, size: 184) [annotate] [blame] [check-ins using] [more...]
#!/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 "$@"