Took runtest out of autogen loop. It's now a fixed file.
This commit is contained in:
parent
eca81d9a55
commit
a6550ac015
6 changed files with 0 additions and 5 deletions
|
|
@ -1,5 +1,4 @@
|
|||
Makefile
|
||||
runtest
|
||||
KOH.xml
|
||||
ct2ctml.log
|
||||
diff_csv.txt
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ temp_success="1"
|
|||
/bin/rm -f output_0.txt equil_koh.csv diff_csv.txt diff_out_0.txt
|
||||
|
||||
##########################################################################
|
||||
PYTHON_CMD=@PYTHON_CMD@
|
||||
prog=multiphase_plasma.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
|
||||
|
|
|
|||
|
|
@ -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=stoich.py
|
||||
if test ! -f $prog ; then
|
||||
echo $prog ' does not exist'
|
||||
Loading…
Add table
Reference in a new issue