You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If some filename f without extensions is the same as some directory name d, then UTBot will create executable for file f with the same path as a directory for recompiled files from d, because of this generated tests cannot be executed.
To Reproduce
Steps to reproduce the behavior:
Generate tests for libyang projects (file src/plugins_exts.c and directory src/plugins_exts)
Try to run generated tests
Expected behavior
Tests are supposed to be executed.
Actual behavior
Error while trying to create directory.
Description
If some filename
f
without extensions is the same as some directory named
, then UTBot will create executable for filef
with the same path as a directory for recompiled files fromd
, because of this generated tests cannot be executed.To Reproduce
Steps to reproduce the behavior:
libyang
projects (filesrc/plugins_exts.c
and directorysrc/plugins_exts
)Expected behavior
Tests are supposed to be executed.
Actual behavior
Error while trying to create directory.
Visual proofs (screenshots, logs)
The text was updated successfully, but these errors were encountered: