source: flex_extract.git/Testing/Unit/InstallTar/un_install_tar.sh @ 2d1c338

ctbtodev
Last change on this file since 2d1c338 was 2d1c338, checked in by Petra Seibert <petra@…>, 5 years ago

1st version of Fortran testing environment, FORDv5->v6, Test->Testing

Includes the first version of the Fortran regression testing environment
without input files (too big)
FORD documentation of the Fortran code: v5 removed from VCS, V6 added
The directory "Test" has been renamed to "Testing" for clarity.

  • Property mode set to 100755
File size: 516 bytes
Line 
1#!/bin/bash
2#
3# @Author: Anne Philipp
4#
5# @Date: November, 10 2018
6#
7# @Description: Untar a tar-ball for installation
8#
9
10tarname='flex_extract_v7.1_local.tar'
11dirname='flex_extract_v7.1_local'
12path=../../test/Unit/InstallTar/
13mkdir $path$dirname
14cd $path$dirname
15tar xvf ../$tarname 
16cd ../../../../source/pythontest
17
18tarname='flex_extract_v7.1_ecgate.tar'
19dirname='flex_extract_v7.1_ecgate'
20path=../../test/Unit/InstallTar/
21mkdir $path$dirname
22cd $path$dirname
23tar xvf ../$tarname 
24cd ../../../../source/pythontest
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG