Changeset 1742 for CONFIG/UNIFORM/v5/diff_configurations.ksh
- Timestamp:
- 05/31/12 17:36:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/diff_configurations.ksh
r1719 r1742 1 1 #!/bin/ksh 2 2 # 3 # Use this script to test if files are the same in all configurations in this directory. All files in the GENERAL, POST and USER_SPEC3 # Use this script to test if files are the same in all configurations in this directory. All files in the GENERAL, POST and EXPERIMENTS 4 4 # directories with the same name and path should be the identic before commit to svn. The difference between configurations are the 5 5 # scripts for compiling and which files are available. … … 32 32 # Construct list of files to test 33 33 if [ $TestAll = "yes" ] ; then 34 FileList=`ls -d ${conf}/GENERAL/DRIVER/* ${conf}/GENERAL/PARAM/* ${conf}/GENERAL/POST/* ${conf}/ USER_SPEC/*/*/* ${conf}/USER_SPEC/*/*/*/*`34 FileList=`ls -d ${conf}/GENERAL/DRIVER/* ${conf}/GENERAL/PARAM/* ${conf}/GENERAL/POST/* ${conf}/EXPERIMENTS/*/*/* ${conf}/EXPERIMENTS/*/*/*/*` 35 35 else 36 36 FileList=""
Note: See TracChangeset
for help on using the changeset viewer.