Taking runtest out of autogeneration of files loop.
This commit is contained in:
parent
24f7922f0c
commit
561f91c500
14 changed files with 0 additions and 14 deletions
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
ct2ctml.log
|
||||
diff_out_0.txt
|
||||
gri30.xml
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=ratecoeffs.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
ct2ctml.log
|
||||
diff_out_0.txt
|
||||
h2o2.xml
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=critProperties.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
ct2ctml.log
|
||||
diff_out_0.txt
|
||||
h2o2.xml
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=rankine.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
buildlog
|
||||
ct2ctml.log
|
||||
diff_out_0.txt
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=rxnpath1.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
catcomb.csv
|
||||
catcomb.xml
|
||||
ct2ctml.log
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt catcomb.csv diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=catcomb.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -5,4 +5,3 @@ diamond.xml
|
|||
diff_csv.txt
|
||||
diff_out_0.txt
|
||||
output_0.txt
|
||||
runtest
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt diamond.csv diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=diamond.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -3,5 +3,4 @@ ct2ctml.log
|
|||
diff_out_0.txt
|
||||
h2o2.xml
|
||||
output_0.txt
|
||||
runtest
|
||||
transport_log.xml
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=dustygas.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
Loading…
Add table
Reference in a new issue