source: trunk/source/geometry/solids/test/SBT/script/sbt_all.sh @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

  • Property svn:executable set to *
File size: 352 bytes
Line 
1#!/bin/sh
2#
3# This script runs all tests in SBT/geant4 directory
4# and stores outputs from each test in log/SBT.solid.out files.
5
6#set -x
7
8CURDIR=`pwd`
9
10for SOLID_MACRO in `ls geant4/*.geant4`
11do
12  SOLID=`echo $SOLID_MACRO | sed 'skgeant4/kk' | sed 'sk.geant4kk'`
13  echo "... Running SBT test for $SOLID" 
14  $CURDIR/script/sbt.sh $SOLID
15done 
16 
17 
Note: See TracBrowser for help on using the repository browser.