-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better handling of .gitkeep in demo-files (#2304)
We use `.gitkeep` files as placeholders for "empty" directories. For example we have two demo active projects that don't contain any files, and we want the `loaddemo` command to create project directories for them. However, `loaddemo` (or `TestMixin`, which loads the demo files for the test suite) shouldn't create an actual `.gitkeep` file in the project directory. Additionally, `loaddemo` shouldn't fail if the demo project directory already exists. Should fix problems with `test-upgrade.sh` as seen in #2303.
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters