mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
In the process saw a typo in not_installed fixed that as well. Also updated the .gitignore file. This bug was found by Michael Gooch.
13 lines
267 B
Bash
Executable File
13 lines
267 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat << EOF
|
|
|
|
Sorry, cannot run the testsuite on your system!
|
|
In order to run the testsuite you have to:
|
|
|
|
1.) Install dejagnu-1.2 or better
|
|
2.) Set up your PATH pointing to the 'runtest' binary
|
|
4.) make test in the modules/tcl directory
|
|
|
|
EOF
|