Tests: Makefile's PIPESTATUS turned into small letters (wrong vim shortcut ?) leading to always passing tests. wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Fri, 25 Feb 2022 14:04:09 +0100
branchwxPython4
changeset 3433 e60bb9b3d498
parent 3432 40b8b2ffb3fd
child 3434 1402d5c0e27e
Tests: Makefile's PIPESTATUS turned into small letters (wrong vim shortcut ?) leading to always passing tests.
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.