Skip to content

Commit

Permalink
Ugh. Another docs pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
tldahlgren committed May 31, 2019
1 parent 88805fa commit 1ca3047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/spack/spack/test/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def check_expand_archive(stage, stage_name, mock_stage_archive):
TMPDIR/ temp stage dir
src/ well-known stage source directory
README.txt test_readme (contains 'hello world!\n')
README.txt test_readme (contains 'hello world!\\n')
test-files.tar.gz archive_url = file:///path/to/test-files.tar.gz
"""
stage_path = get_stage_path(stage, stage_name)
Expand Down Expand Up @@ -219,7 +219,7 @@ def mock_stage_archive(tmpdir, tmp_root_stage):
TMPDIR/ test_files_dir
tmp/ test_tmp_path (where stage should be)
test-files/ archive_dir_path
README.txt test_readme (contains 'hello world!\n')
README.txt test_readme (contains 'hello world!\\n')
test-files.tar.gz archive_url = file:///path/to/test-files.tar.gz
Note that it can be important for other tests that the previous settings be
Expand Down

0 comments on commit 1ca3047

Please sign in to comment.