Added memory errors warning
This commit is contained in:
parent
6423e3b2ef
commit
3566131705
@ -59,6 +59,8 @@ fi
|
|||||||
|
|
||||||
#valgrind -s ../build/icfs -o default_permissions ./protected &
|
#valgrind -s ../build/icfs -o default_permissions ./protected &
|
||||||
|
|
||||||
|
echo "[ICFS-TEST]: You may see memory errors from valgrind at this stage. This is normal - memory isn't lost, the libfuse just forked the process."
|
||||||
|
|
||||||
# WARN: please don't use `>` or `>>` operators. They force **this script** to open the file, **not the program you are trying to run**. This is probably not what you mean when you want to test a specific program's access.
|
# WARN: please don't use `>` or `>>` operators. They force **this script** to open the file, **not the program you are trying to run**. This is probably not what you mean when you want to test a specific program's access.
|
||||||
# WARN: avoid using touch, since it generates errors because setting times is not implemented in icfs **yet**.
|
# WARN: avoid using touch, since it generates errors because setting times is not implemented in icfs **yet**.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user