yuri@FreeBSD

Results 1164 comments of yuri@FreeBSD

With 2 changes that you suggested this case passes. It prints a lot of zeros (lines with one zero in each) before it says that is passes.

All tests pass in ```tblite``` and ```dftb+```.

> A simple timestamp in the filename would be enough, wouldn't it? (e.g. slako-packed-20220101.tar.xz) Yes.

> What testing have you tried? The 'test' target.

``` $ ctest -R TestPlugin -V . UpdateCTestConfiguration from :/usr/ports/science/simbody/work/.build/DartConfiguration.tcl Parse Config file:/usr/ports/science/simbody/work/.build/DartConfiguration.tcl UpdateCTestConfiguration from :/usr/ports/science/simbody/work/.build/DartConfiguration.tcl Parse Config file:/usr/ports/science/simbody/work/.build/DartConfiguration.tcl Test project /usr/ports/science/simbody/work/.build Constructing a list of tests Done constructing a...

This fixed the problem: https://github.com/simbody/simbody/pull/672

Please note how the linux code doesn't check the error of the ```readlink``` function: ``` #else // Linux // This isn't automatically null terminated. const size_t nBytes = readlink("/proc/self/exe", buf,...