From 11507043a051398fce9036b0c294edcd62229d10 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 15 Jul 2009 18:21:54 +0000 Subject: [PATCH] Taking runtest out of autofile generation loop. --- Cantera/python/examples/fuel_cells/.cvsignore | 1 - Cantera/python/examples/fuel_cells/{runtest.in => runtest} | 1 - 2 files changed, 2 deletions(-) rename Cantera/python/examples/fuel_cells/{runtest.in => runtest} (98%) diff --git a/Cantera/python/examples/fuel_cells/.cvsignore b/Cantera/python/examples/fuel_cells/.cvsignore index bc9fea132..57a979ceb 100644 --- a/Cantera/python/examples/fuel_cells/.cvsignore +++ b/Cantera/python/examples/fuel_cells/.cvsignore @@ -1,5 +1,4 @@ Makefile -runtest ct2ctml.log diff_csv.txt diff_out_0.txt diff --git a/Cantera/python/examples/fuel_cells/runtest.in b/Cantera/python/examples/fuel_cells/runtest similarity index 98% rename from Cantera/python/examples/fuel_cells/runtest.in rename to Cantera/python/examples/fuel_cells/runtest index 391e0d301..f743e7d6f 100755 --- a/Cantera/python/examples/fuel_cells/runtest.in +++ b/Cantera/python/examples/fuel_cells/runtest @@ -5,7 +5,6 @@ temp_success="1" /bin/rm -f output_0.txt sofc.csv diff_csv.txt diff_out_0.txt ########################################################################## -PYTHON_CMD=@PYTHON_CMD@ prog=sofc.py if test ! -f $prog ; then echo $prog ' does not exist'