Skip to content

Commit cc5c194

Browse files
committed
build.conf not needed for this test anymore.
1 parent bc51109 commit cc5c194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/differentially_heated_cavity/testit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ UTILSDIR=$CANSDIR/utils
77
rm -rf $RUNDIR
88
echo "Compiling ..."
99
sleep 2
10-
cp $TESTDIR/build.conf $CANSDIR && cd $CANSDIR && make allclean && make libs && make -j
10+
cd $CANSDIR && make allclean && make libs && make -j
1111
cp $TESTDIR/input.nml $RUNDIR && cd $RUNDIR
1212
echo "Running CaNS..."
1313
sleep 2

0 commit comments

Comments
 (0)