# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1645794249 -3600
# Node ID e60bb9b3d4980d8c5367db8339ced96b1461f5b9
# Parent  40b8b2ffb3fd82568f3cc180a680f4d3c0a65223
Tests: Makefile's PIPESTATUS turned into small letters (wrong vim shortcut ?) leading to always passing tests.

diff -r 40b8b2ffb3fd -r e60bb9b3d498 tests/Makefile
--- a/tests/Makefile	Fri Feb 18 15:12:06 2022 +0100
+++ b/tests/Makefile	Fri Feb 25 14:04:09 2022 +0100
@@ -102,7 +102,7 @@
 ide_tests = $(subst $(src)/ide_tests/,,$(wildcard $(src)/ide_tests/*.sikuli))
 
 define idetest_command
-	(fluxbox >/dev/null 2>&1 &); BEREMIZPATH=$(build_dir)/beremiz sikulix -r $(src)/ide_tests/$(1) | tee test_stdout.txt; exit $$$${pipestatus[0]}
+	(fluxbox >/dev/null 2>&1 &); BEREMIZPATH=$(build_dir)/beremiz sikulix -r $(src)/ide_tests/$(1) | tee test_stdout.txt; exit $$$${PIPESTATUS[0]}
 endef
 
 # Xnest based interactive sessions for tests edit and debug.