diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-05 01:41:46 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-05 01:41:46 +0100 |
commit | e9dcd41042b5f442f16b4c3ed7c8fba641edbc09 (patch) | |
tree | 4eda40ee96afc97380668b6c633d977e8f58830d | |
parent | 7283bdc7e95afc669ce4d2cd741b65efc985c13b (diff) |
-change test order
m--------- | doc/prebuilt | 0 | ||||
-rw-r--r-- | src/testing/Makefile.am | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/prebuilt b/doc/prebuilt -Subproject bd40be2fd4ce80106dc40a5ac4cc5c169513406 +Subproject 14e26d5fe2c0ceed27e27d8c79db14775ddfd79 diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index e462be16..1bf2a4fc 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -8,7 +8,6 @@ endif check_SCRIPTS = \ - test-merchant-walletharness.sh \ test_merchant_instance_auth.sh \ test_merchant_instance_creation.sh \ test_merchant_instance_response.sh \ @@ -18,7 +17,8 @@ check_SCRIPTS = \ test_merchant_transfer_tracking.sh \ test_merchant_kyc.sh \ test_merchant_order_autocleanup.sh \ - test_merchant_wirewatch.sh + test_merchant_wirewatch.sh \ + test-merchant-walletharness.sh lib_LTLIBRARIES = \ libtalermerchanttesting.la |