Skip to content

Commit

Permalink
Fix: the part of the test happened to proceed in wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
igor0sok committed Sep 27, 2024
1 parent 5465072 commit e1570db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,7 @@ test_eegtd_run:
perl -i -pe 's/#ELIMINATECMEBR/ELIMINATECMEBR/' CME.in; \
./HARMONICS.exe |tee harmonics.log
@echo " Reconstruction of potential field takes a while, please, wait"
cd ${RUNDIR}/SC; \
cd ${TESTDIR}/SC; \
${MPIRUN} ./CONVERTHARMONICS.exe > convert.log

test_eegtd_check:
Expand Down

0 comments on commit e1570db

Please sign in to comment.