aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_dialyzer.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-10-27 17:06:23 +0100
committerLoïc Hoguin <[email protected]>2020-10-27 17:06:23 +0100
commit8a7b284b88be6d7e3048508f0b62b89d24d5c582 (patch)
tree11e3c4cb131ba11b7d6e3e70125b16b19f390e48 /test/plugin_dialyzer.mk
parent720220805da43f760c269859b3bf8d4e4017e8fb (diff)
downloaderlang.mk-8a7b284b88be6d7e3048508f0b62b89d24d5c582.tar.gz
erlang.mk-8a7b284b88be6d7e3048508f0b62b89d24d5c582.tar.bz2
erlang.mk-8a7b284b88be6d7e3048508f0b62b89d24d5c582.zip
Fix test that uses LFE
Somehow the develop and master branches of LFE have different commit hashes and because LFE switched its default branch to develop the hash we use for testing became incorrect. To fix I just switched to the develop hash of the equivalent commit.
Diffstat (limited to 'test/plugin_dialyzer.mk')
-rw-r--r--test/plugin_dialyzer.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_dialyzer.mk b/test/plugin_dialyzer.mk
index 609d827..732f568 100644
--- a/test/plugin_dialyzer.mk
+++ b/test/plugin_dialyzer.mk
@@ -308,7 +308,7 @@ dialyzer-plt-swallow-warnings: init
$t $(MAKE) -C $(APP) -f erlang.mk bootstrap $v
$i "Add LFE version referring to a missing function to the list of dependencies"
- $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = lfe\ndep_lfe_commit = 2880c8a2a7f\n"}' $(APP)/Makefile
+ $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = lfe\ndep_lfe_commit = d656987dc5f5e08306531ad1ce13bf9ca9ec9e5a\n"}' $(APP)/Makefile
$i "Create the PLT file"
$t $(DIALYZER_MUTEX) $(MAKE) -C $(APP) plt $v