Index: tests/Makefile.am
===================================================================
--- tests/Makefile.am	(revision bd30231c993f734b582238174f544d4211b1382e)
+++ tests/Makefile.am	(revision 7b737df4114540e82801b9b5776d394e2cc2b255)
@@ -11,6 +11,6 @@
 ## Created On       : Sun May 31 09:08:15 2015
 ## Last Modified By : Peter A. Buhr
-## Last Modified On : Mon Oct 17 20:55:17 2022
-## Update Count     : 94
+## Last Modified On : Sat Jun  5 14:49:25 2021
+## Update Count     : 92
 ###############################################################################
 
@@ -24,5 +24,4 @@
 debug=yes
 installed=no
-arch=x64
 archiveerrors=
 
@@ -107,8 +106,8 @@
 #----------------------------------------------------------------------------------------------------------------
 all-local :
-	@+${TEST_PY} --debug=${debug} --arch=${arch} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
+	@+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
 
 all-tests :
-	@+${TEST_PY} --debug=${debug} --arch=${arch} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
+	@+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
 
 mostlyclean-local :
