Skip to content

Commit

Permalink
[functional tests] Move test output from /tmp to .
Browse files Browse the repository at this point in the history
tmpfs has trouble with O_DIRECT.
  • Loading branch information
jthornber committed Dec 12, 2018
1 parent cc56214 commit e03b878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Then,

Other command are help and list.

The test framework places temporary files under /tmp/test-output/. By default
The test framework places temporary files under ./test-output/. By default
the tests tidy up after themselves, just leaving a log file for each test. You
can turn this off by using the --disable-unlink flag if you want all the
artifacts left.
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/temp-file.scm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(only (srfi s1 lists) span))

;; FIXME: global var! Not thread safe.
(define working-dir "/tmp")
(define working-dir ".")

(define (working-directory) working-dir)

Expand Down

0 comments on commit e03b878

Please sign in to comment.