aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-28 15:10:54 +0100
committerLoïc Hoguin <[email protected]>2018-11-28 15:10:54 +0100
commite78e76c701c4554295ddfd6083b7aa54a378c6a9 (patch)
tree43f8945e267f7c710285a88366ffdfc8a562cf9a /test
parent3803446bcd539205af129cc5776ca4034e356629 (diff)
downloaderlang.mk-e78e76c701c4554295ddfd6083b7aa54a378c6a9.tar.gz
erlang.mk-e78e76c701c4554295ddfd6083b7aa54a378c6a9.tar.bz2
erlang.mk-e78e76c701c4554295ddfd6083b7aa54a378c6a9.zip
Rename the rel/ directory to config/ by default
Diffstat (limited to 'test')
-rw-r--r--test/plugin_bootstrap.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/plugin_bootstrap.mk b/test/plugin_bootstrap.mk
index 1b2915c..ec71388 100644
--- a/test/plugin_bootstrap.mk
+++ b/test/plugin_bootstrap.mk
@@ -204,8 +204,8 @@ bootstrap-rel: build clean
$i "Check that all bootstrapped files exist"
$t test -f $(APP)/Makefile
$t test -f $(APP)/relx.config
- $t test -f $(APP)/rel/sys.config
- $t test -f $(APP)/rel/vm.args
+ $t test -f $(APP)/config/sys.config
+ $t test -f $(APP)/config/vm.args
ifdef LEGACY
$t test -f $(APP)/src/$(APP).app.src
endif