Przeglądaj źródła

Fix supported platform debug print

tags/v0.0.1
Thom Wiggers 5 lat temu
rodzic
commit
53591961c9
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 1BB0A7CE26E363
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      test/test_functest.py

+ 1
- 1
test/test_functest.py Wyświetl plik

@@ -46,7 +46,7 @@ def check_functest_sanitizers(scheme_name, implementation_name):
elif platform.machine() in ['armv7l', 'aarch64']:
env = {'ASAN_OPTIONS': 'detect_leaks=0'}
else:
print("Supported platform: {}".format(platform.machine))
print("Supported platform: {}".format(platform.machine()))
implementation = pqclean.Implementation.by_name(
scheme_name, implementation_name)
helpers.make('clean-scheme', 'functest',


Ładowanie…
Anuluj
Zapisz