source: trunk/Tests/makeold.sh @ 58

Last change on this file since 58 was 58, checked in by pinsard, 18 years ago

upgrade of Tests according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/

  • Property svn:executable set to *
File size: 883 bytes
Line 
1#!/bin/sh
2rm -rf TestsOld
3mkdir TestsOld
4for i in tst_*.pro
5  do
6  new=$( basename $i .pro )
7  sed -e "/@update/d" \
8      -e "s/@cm_4mesh/@common/g" \
9      -e "s/@cm_4cal/@common/g" \
10      -e "s/@cm_4data/@common/g" \
11      -e "s/@cm_4ps/@common/g" \
12      -e "s/@cm_general/@common/g" \
13      -e "s/boxzoom/boite/g" \
14      -e "s/realcont/carte/g" \
15      -e "s/coast_thick/cont_thick/g" \
16      -e "s/def_key_periodic/def_key_periodique/g" \
17      -e "s/gridtype/grille/g" \
18      -e "s/zratio/hzsurht/g" \
19      -e "s/nofill/nocouleur/g" \
20      -e "s/small/petit/g" \
21      -e "s/small/petitdessin/g" \
22      -e "s/yxaspect/ysurx/g" \
23      -e "s/triangles_list/triangles/g" \
24      -e "s/tst_pltz$/tst_pltz_old/g" \
25      -e "s/tst_pltt$/tst_pltt_old/g" \
26      -e "s/tst_plt$/tst_plt_old/g" \
27      -e "s/tst_basic/tst_basic_old/g" \
28      $i > TestsOld/${new}_old.pro
29done
Note: See TracBrowser for help on using the repository browser.