Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run_single_test: Ensure symlinks exist and are cleaned up
The common test case "268 install functions and follow symlinks" requires that certain symlinks exist in order to function. If one clones a fresh repo and executes run_single_test.py with the aforementioned test as the target it will fail as the required symlinks are not part of the repo. Normally these symlinks are created and cleaned up when the overall testsuite is run but this is not the case for run_single_test.py This commit calls the necessary creation and cleanup functions in the case of run_single_test.py.
- Loading branch information