Taking runtest out of autogeneration of file loop.
This commit is contained in:
parent
baa0b72483
commit
24f7922f0c
17 changed files with 0 additions and 17 deletions
|
|
@ -7,5 +7,4 @@ diff_out_0.txt
|
|||
gri30.xml
|
||||
output_0.txt
|
||||
ptcombust.xml
|
||||
runtest
|
||||
transport_log.xml
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt combustor.csv diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=combustor.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
ct2ctml.log
|
||||
diff_out_0.txt
|
||||
output_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=functors.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -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=mix1.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
air.xml
|
||||
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=mix2.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -5,5 +5,4 @@ diff_out_0.txt
|
|||
gri30.xml
|
||||
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=piston.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
air.xml
|
||||
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=reactor1.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -7,6 +7,5 @@ diff_out_0.txt
|
|||
gri30.xml
|
||||
output_0.txt
|
||||
piston.csv
|
||||
runtest
|
||||
transport_log.xml
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt piston.csv diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=reactor2.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
air.xml
|
||||
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=sensitivity1.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
buildlog
|
||||
carbon_pathways.dot
|
||||
ct2ctml.log
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt surf_pfr_output.csv diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=surf_pfr.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
Loading…
Add table
Reference in a new issue