Commit 233ed3e1 authored by Rafael Monnerat's avatar Rafael Monnerat

Revert "ERP5TypeTestSuite: Rely on a suffix rather on the full name"

This reverts commit e4d94867.
parent 16b9d52b
Pipeline #11232 running with stage
in 0 seconds
......@@ -52,7 +52,7 @@ class ERP5TypeTestSuite(TestSuite):
args = ("--firefox_bin=%s" % firefox_bin,) + args
if xvfb_bin:
args = ("--xvfb_bin=%s" % xvfb_bin,) + args
if 'UpgradeInstanceWithOldDataFs' in args:
if 'testUpgradeInstanceWithOldDataFs' in args:
# our reference Data.fs uses `CONNECTION_STRING_REPLACED_BY_TEST_INIT_______________________________`
# as a connection string. Before we start, replace this by the connection string
# that this test node is using.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment