diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-30 20:51:00 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-30 20:51:00 (GMT) |
commit | 06237a067fb124be1e8ead8fe54d1098a083734f (patch) | |
tree | 84bf4ea3b22409119d3f6fc23cdba3f55f6510bd /testdata/modulecache-tests/README.txt | |
parent | 0041f3012d8a401c9e2750ed08fe4e5ce80eb4a9 (diff) |
Related to #181, also ignore removal of the main file when auto-reloading
Diffstat (limited to 'testdata/modulecache-tests/README.txt')
-rw-r--r-- | testdata/modulecache-tests/README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testdata/modulecache-tests/README.txt b/testdata/modulecache-tests/README.txt index c38822f..214acc5 100644 --- a/testdata/modulecache-tests/README.txt +++ b/testdata/modulecache-tests/README.txt @@ -118,7 +118,9 @@ o ./cascade.sh o Open cascadetest.scad o Turn on Automatic Reload and Compile o Verify that the 4 objects render correctly -o rm cascade-*.scad +o rm cascadetest.scad +o Verify that no rerendering was triggered (the 4 objects are still there) +o rm cascade*.scad o Verify that no rerendering was triggered (the 4 objects are still there) o ./cascade2.sh o Verify that everything reloads at once without flickering |