pmem / issues

Old issues repo for PMDK.
http://pmem.io
13 stars 7 forks source link

Missing envconfig.sh message does not explain how to get one #1131

Closed janekmi closed 5 years ago

janekmi commented 5 years ago

ISSUE:

Please provide a reproduction of the bug:

./RUNTESTS $NAME_OF_THE_TEST

Actual behavior:

../unittest/unittest.sh: line 40: ../envconfig.sh: No such file or directory
RUNTESTS: stopping: pmem_is_pmem_posix/TEST0 failed, TEST=check FS=none BUILD=debug

Expected behavior:

# You have to call first
$ make envconfig.sh

pmem/pmdk#3710