Megatest

Diff
Login

Differences From Artifact [8f412827c1]:

To Artifact [3ac68c5b77]:


1
2
3
4
5
6
7
8
#!/bin/bash -x

if [ "$MT_CMDINFO" == "" ];then
  echo "ERROR: $0 should be run within a megatest test environment"
  exit
fi

# Purpose: This is for the [ezsteps] secton in your testconfig file.
|







1
2
3
4
5
6
7
8
#!/bin/bash

if [ "$MT_CMDINFO" == "" ];then
  echo "ERROR: $0 should be run within a megatest test environment"
  exit
fi

# Purpose: This is for the [ezsteps] secton in your testconfig file.