Wolfgang, thanks for pointing me to this part of the code. I'm not sure 
when I'll try to fix the problem, because it was very simple to just only 
ever run ctest on the Linux filesystem, completely circumventing it. I'll 
make sure to post an update if I ever fix this so that I can run ctest on 
the Windows filesystem (from the bash prompt).

On Wednesday, September 7, 2016 at 10:36:21 PM UTC+2, Wolfgang Bangerth 
wrote:
>
> On 09/07/2016 06:56 AM, Alex Zimmerman wrote: 
> > 
> > After some brief Googling, I think I might even be able to fix this 
> issue if I 
> > could find where the code is that is causing the error "Can't do inplace 
> edit 
> > on 
> > 
> /mnt/c/Users/Alexander/UbuntuShared/dimice-heat-dealii/build/tests/cylinder.debug/output:
>  
>
> > No such file or directory." Unfortunately I'm completely unfamiliar with 
> the 
> > test system and I have not a clue. 
>
> This happens in cmake/macros/macro_deal_ii_add_test.cmake, around line 
> 240: 
>
>        ADD_CUSTOM_COMMAND(OUTPUT ${_test_directory}/output 
>          COMMAND sh 
> ${DEAL_II_PATH}/${DEAL_II_SHARE_RELDIR}/scripts/run_test.sh 
>            run "${_test_full}" "${_run_command}" "${_test_diff}" 
>            "${DIFF_EXECUTABLE}" "${_comparison_file}" 
>          COMMAND ${PERL_EXECUTABLE} 
>            -pi ${DEAL_II_PATH}/${DEAL_II_SHARE_RELDIR}/scripts/
> normalize.pl 
>            ${_test_directory}/output 
>          WORKING_DIRECTORY 
>            ${_test_directory} 
>          DEPENDS 
>            ${_target} 
>            ${DEAL_II_PATH}/${DEAL_II_SHARE_RELDIR}/scripts/normalize.pl 
>          VERBATIM 
>          ) 
>
> We here call "perl -pi <normalize-script> <output-file>". 
>
> Best 
>   W. 
>
> -- 
> ------------------------------------------------------------------------ 
> Wolfgang Bangerth          email:                 bang...@colostate.edu 
> <javascript:> 
>                             www: http://www.math.colostate.edu/~bangerth/ 
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to