-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt test_toy_toy test to produce 2 different module names
"test_toy_toy" test was generating two versions of "toy" module. Both modules expressed a reflexive conflict (against "toy") and toy/0.0-two loaded toy/0.0-one. As these two modules shared the same name ("toy") and due to the reflexive conflict they express, environment obtained when loading toy/0.0-two is inconsistent as it tries to load toy/0.0-one. Environment Modules version 4.2 (and above) detects this inconsistency and raise an error unless --force option is set. "test_toy_toy" test is adapted to build a "toy2" module for "toy2" easyconfig.
- Loading branch information
1 parent
3b69e46
commit 1cfbfa3
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters