- 
        Couldn't load subscription status. 
- Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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 libyangprojects (filesrc/plugins_exts.cand directorysrc/plugins_exts)
- Try to run generated tests
Expected behavior
Tests are supposed to be executed.
Actual behavior
Error while trying to create directory.
Visual proofs (screenshots, logs)
mkdir: cannot create directory '/home/utbot/libyang/utbot_tests/makefiles/src/plugins_exts/../../../../build/utbot_files/utbot_build/recompiled/src/plugins_exts': File exists
/home/utbot/libyang/utbot_tests/makefiles/src/plugins_exts/../../../../utbot_tests/makefiles/src/plugins_exts/__metadata_shared.mk:376: recipe for target '/home/utbot/libyang/utbot_tests/makefiles/src/plugins_exts/../../../../build/utbot_files/utbot_build/recompiled/src/plugins_exts/metadata_test' failed
make[1]: *** [/home/utbot/libyang/utbot_tests/makefiles/src/plugins_exts/../../../../build/utbot_files/utbot_build/recompiled/src/plugins_exts/metadata_test] Error 1Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done