branch: elpa/dracula-theme
commit a7a3becaf11488eee36d50c06a692f3fa4201297
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Remove test profile from melpa package content
The default recipe contains an excluding glob on *-test.el, which helps
us to do that.
---
test-profile.el => profile-test.el | 0
start_emacs_test.sh | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-profile.el b/profile-test.el
similarity index 100%
rename from test-profile.el
rename to profile-test.el
diff --git a/start_emacs_test.sh b/start_emacs_test.sh
index 37ed084ccf..efd835b7a6 100755
--- a/start_emacs_test.sh
+++ b/start_emacs_test.sh
@@ -20,4 +20,4 @@ if [ -n "$COLOR" ]; then
else
echo "Run as a graphical window"
fi
-$EMACS -Q --debug-init -L $(pwd) -l test-profile.el $ARGS
+$EMACS -Q --debug-init -L $(pwd) -l profile-test.el $ARGS