Branch: refs/heads/master
Revision: 993f9bd
Author: daviditen
Log Message:
Merge pull request #16950 from daviditen/rename-hostname
Rename test/types/locale/hostname.chpl to test-hostname.chpl
[trivial test change, not reviewed]
The test was named hostname but also used the hostname command to generate
its .good file which was a little confusing. If run with ./ in $PATH, the
test’s .prediff called the test itself instead of the system command. In
a multilocale setting with ./ in $PATH, it failed because the .prediff didn’t
use the --numLocales option when running what it thought was the system
hostname.
Update the prediff and .gitignore file to use the new test name.
Signed-off-by: David Iten daviditen@users.noreply.github.com
Modified Files:
A test/types/locale/test-hostname.chpl
A test/types/locale/test-hostname.prediff
R test/types/locale/hostname.chpl
R test/types/locale/hostname.prediff
M test/types/locale/.gitignore
M test/types/locale/CLEANFILES
Compare: Comparing 3a136ecbc049...993f9bdaad96 · chapel-lang/chapel · GitHub