Megatest

Diff
Login

Differences From Artifact [a623bd293e]:

To Artifact [18c7686f57]:


12
13
14
15
16
17
18


19
20
21
22
23
24
25
#     Megatest is distributed in the hope that it will be useful,
#     but WITHOUT ANY WARRANTY; without even the implied warranty of
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#     GNU General Public License for more details.
# 
#     You should have received a copy of the GNU General Public License
#     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.



# look at build.config (not a version controlled file and
# create ulex.scm and dbmgr.scm

if [[ -e transport-flavor ]];then
    FLAVOR=$(cat transport-flavor)
else







>
>







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#     Megatest is distributed in the hope that it will be useful,
#     but WITHOUT ANY WARRANTY; without even the implied warranty of
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#     GNU General Public License for more details.
# 
#     You should have received a copy of the GNU General Public License
#     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

# Flavors include: simple, full and none

# look at build.config (not a version controlled file and
# create ulex.scm and dbmgr.scm

if [[ -e transport-flavor ]];then
    FLAVOR=$(cat transport-flavor)
else