blob: d0171a5e3a5c6a6593e99f4dbd5883706a7ac91d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#/bin/bash
#Script for manually starting all simulators with test setting below
export DR_TC=""
export DR_REDIR_TC=""
export MR_TC="--tc100"
export BC_TC=""
export NUM_FTPFILES="250"
source ./simulators-start.sh
|