Update README.linux
[deliverable/titan.core.git] / etc / autotest / titan_builder.sh
CommitLineData
970ed795
EL
1#!/bin/bash -x
2###############################################################################
3# Copyright (c) 2000-2014 Ericsson Telecom AB
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://www.eclipse.org/legal/epl-v10.html
8###############################################################################
9
10
11# Load platform specific settings.
12CONFIG_FILE=${HOME}/.titan_builder
13if [ -f ${CONFIG_FILE} ]; then . ${CONFIG_FILE}; fi
14
15if [ ! -n "`mount | grep \"/view/eferkov_tcc/vobs/ttcn\"`" ]; then sshfs -o ro,reconnect,transform_symlinks titanrt@147.214.15.153:/view/eferkov_tcc/vobs/ttcn /home/titanrt/titan_nightly_builds/vobs/ttcn; fi
16if [ ! -n "`mount | grep \"/proj/TTCN/www/ttcn/root/titan-testresults\"`" ]; then sshfs -o reconnect,transform_symlinks titanrt@147.214.15.96:/proj/TTCN/www/ttcn/root/titan-testresults /home/titanrt/titan_nightly_builds/web; fi
17
18./titan_builder.py "$@"
This page took 0.023607 seconds and 5 git commands to generate.