source: flex_extract.git/Testing/Regression/Unit/InstallTar/un_install_tar.sh @ be6c0a2

ctbtodev
Last change on this file since be6c0a2 was be6c0a2, checked in by Anne Philipp <anne.philipp@…>, 4 years ago

added Readme to tests; changed directory structure; added recent test results;

  • Property mode set to 100755
File size: 551 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=../../Testing/Regression/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=../../Testing/Regression/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