Skip to content

Commit

Permalink
working on regtest tp1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Apr 11, 2024
1 parent b3229f2 commit 008b791
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions regtests/bin/run_cmake_test
Original file line number Diff line number Diff line change
Expand Up @@ -2129,10 +2129,9 @@ do
then # Add time counter if -T
Tstart=`date +"%s.%2N"`
fi
my_pwd=`pwd`
echo "my pwd ${my_pwd}"
echo "$path_e/$prog"
if $path_e/$prog > $ofile

# if $path_e/$prog > $ofile
if $path_e/$prog
then
\rm -f $prog.inp
\rm -f $prog.nml
Expand Down

0 comments on commit 008b791

Please sign in to comment.