Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove parent's
DEJAGNU
environment variable
`make report` / `make check` on riscv-gnu-toolchain depends on the default installation of DejaGnu's `riscv-sim.exp`. If an user overrides the DejaGnu environment with `riscv-sim.exp`, many tricks used in the testing framework in riscv-gnu-toolchain stops working. So, this commit removes parent's `DEJAGNU` environment variable by `unexport`ing it.
- Loading branch information