You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
9
ci/cli_deb_test_en
vendored
9
ci/cli_deb_test_en
vendored
@@ -816,5 +816,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/cli_deb_test_ru
vendored
9
ci/cli_deb_test_ru
vendored
@@ -816,5 +816,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/cli_rpm_test_en
vendored
9
ci/cli_rpm_test_en
vendored
@@ -815,5 +815,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/cli_rpm_test_ru
vendored
9
ci/cli_rpm_test_ru
vendored
@@ -815,5 +815,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/cli_test_en
vendored
9
ci/cli_test_en
vendored
@@ -895,5 +895,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/cli_test_ru
vendored
9
ci/cli_test_ru
vendored
@@ -895,5 +895,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/os_deb_test_en
vendored
9
ci/os_deb_test_en
vendored
@@ -825,5 +825,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/os_deb_test_ru
vendored
9
ci/os_deb_test_ru
vendored
@@ -825,5 +825,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/os_rpm_test_en
vendored
9
ci/os_rpm_test_en
vendored
@@ -825,5 +825,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/os_rpm_test_ru
vendored
9
ci/os_rpm_test_ru
vendored
@@ -825,5 +825,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/os_test_en
vendored
9
ci/os_test_en
vendored
@@ -822,5 +822,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/os_test_ru
vendored
9
ci/os_test_ru
vendored
@@ -822,5 +822,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/cli_deb_test_en
vendored
9
ci/split_tests/Airtable/cli_deb_test_en
vendored
@@ -131,5 +131,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/cli_deb_test_ru
vendored
9
ci/split_tests/Airtable/cli_deb_test_ru
vendored
@@ -131,5 +131,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/cli_rpm_test_en
vendored
9
ci/split_tests/Airtable/cli_rpm_test_en
vendored
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
9
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/cli_test_en
vendored
9
ci/split_tests/Airtable/cli_test_en
vendored
@@ -210,5 +210,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/cli_test_ru
vendored
9
ci/split_tests/Airtable/cli_test_ru
vendored
@@ -210,5 +210,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/os_deb_test_en
vendored
9
ci/split_tests/Airtable/os_deb_test_en
vendored
@@ -140,5 +140,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/os_deb_test_ru
vendored
9
ci/split_tests/Airtable/os_deb_test_ru
vendored
@@ -140,5 +140,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/os_rpm_test_en
vendored
9
ci/split_tests/Airtable/os_rpm_test_en
vendored
@@ -140,5 +140,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/os_rpm_test_ru
vendored
9
ci/split_tests/Airtable/os_rpm_test_ru
vendored
@@ -140,5 +140,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/os_test_en
vendored
9
ci/split_tests/Airtable/os_test_en
vendored
@@ -137,5 +137,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Airtable/os_test_ru
vendored
9
ci/split_tests/Airtable/os_test_ru
vendored
@@ -137,5 +137,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
9
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
@@ -143,5 +143,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
9
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
@@ -143,5 +143,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
9
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
@@ -142,5 +142,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
9
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
@@ -142,5 +142,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/cli_test_en
vendored
9
ci/split_tests/Bitrix24/cli_test_en
vendored
@@ -222,5 +222,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/cli_test_ru
vendored
9
ci/split_tests/Bitrix24/cli_test_ru
vendored
@@ -222,5 +222,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/os_deb_test_en
vendored
9
ci/split_tests/Bitrix24/os_deb_test_en
vendored
@@ -152,5 +152,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
9
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
@@ -152,5 +152,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
9
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
@@ -152,5 +152,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
9
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
@@ -152,5 +152,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/os_test_en
vendored
9
ci/split_tests/Bitrix24/os_test_en
vendored
@@ -149,5 +149,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Bitrix24/os_test_ru
vendored
9
ci/split_tests/Bitrix24/os_test_ru
vendored
@@ -149,5 +149,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/cli_deb_test_en
vendored
9
ci/split_tests/CDEK/cli_deb_test_en
vendored
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/cli_deb_test_ru
vendored
9
ci/split_tests/CDEK/cli_deb_test_ru
vendored
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/cli_rpm_test_en
vendored
9
ci/split_tests/CDEK/cli_rpm_test_en
vendored
@@ -129,5 +129,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
9
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
@@ -129,5 +129,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/cli_test_en
vendored
9
ci/split_tests/CDEK/cli_test_en
vendored
@@ -209,5 +209,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/cli_test_ru
vendored
9
ci/split_tests/CDEK/cli_test_ru
vendored
@@ -209,5 +209,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/os_deb_test_en
vendored
9
ci/split_tests/CDEK/os_deb_test_en
vendored
@@ -139,5 +139,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/os_deb_test_ru
vendored
9
ci/split_tests/CDEK/os_deb_test_ru
vendored
@@ -139,5 +139,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/os_rpm_test_en
vendored
9
ci/split_tests/CDEK/os_rpm_test_en
vendored
@@ -139,5 +139,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/os_rpm_test_ru
vendored
9
ci/split_tests/CDEK/os_rpm_test_ru
vendored
@@ -139,5 +139,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/os_test_en
vendored
9
ci/split_tests/CDEK/os_test_en
vendored
@@ -136,5 +136,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/CDEK/os_test_ru
vendored
9
ci/split_tests/CDEK/os_test_ru
vendored
@@ -136,5 +136,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/cli_deb_test_en
vendored
9
ci/split_tests/Dropbox/cli_deb_test_en
vendored
@@ -135,5 +135,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
9
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
@@ -135,5 +135,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
9
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
@@ -134,5 +134,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
9
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
@@ -134,5 +134,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/cli_test_en
vendored
9
ci/split_tests/Dropbox/cli_test_en
vendored
@@ -214,5 +214,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/cli_test_ru
vendored
9
ci/split_tests/Dropbox/cli_test_ru
vendored
@@ -214,5 +214,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/os_deb_test_en
vendored
9
ci/split_tests/Dropbox/os_deb_test_en
vendored
@@ -144,5 +144,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/os_deb_test_ru
vendored
9
ci/split_tests/Dropbox/os_deb_test_ru
vendored
@@ -144,5 +144,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/os_rpm_test_en
vendored
9
ci/split_tests/Dropbox/os_rpm_test_en
vendored
@@ -144,5 +144,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
9
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
@@ -144,5 +144,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/os_test_en
vendored
9
ci/split_tests/Dropbox/os_test_en
vendored
@@ -141,5 +141,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/Dropbox/os_test_ru
vendored
9
ci/split_tests/Dropbox/os_test_ru
vendored
@@ -141,5 +141,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/cli_deb_test_en
vendored
9
ci/split_tests/FTP/cli_deb_test_en
vendored
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/cli_deb_test_ru
vendored
9
ci/split_tests/FTP/cli_deb_test_ru
vendored
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/cli_rpm_test_en
vendored
9
ci/split_tests/FTP/cli_rpm_test_en
vendored
@@ -129,5 +129,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/cli_rpm_test_ru
vendored
9
ci/split_tests/FTP/cli_rpm_test_ru
vendored
@@ -129,5 +129,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/cli_test_en
vendored
9
ci/split_tests/FTP/cli_test_en
vendored
@@ -209,5 +209,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/cli_test_ru
vendored
9
ci/split_tests/FTP/cli_test_ru
vendored
@@ -209,5 +209,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/os_deb_test_en
vendored
9
ci/split_tests/FTP/os_deb_test_en
vendored
@@ -139,5 +139,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/os_deb_test_ru
vendored
9
ci/split_tests/FTP/os_deb_test_ru
vendored
@@ -139,5 +139,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/os_rpm_test_en
vendored
9
ci/split_tests/FTP/os_rpm_test_en
vendored
@@ -139,5 +139,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/os_rpm_test_ru
vendored
9
ci/split_tests/FTP/os_rpm_test_ru
vendored
@@ -139,5 +139,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/os_test_en
vendored
9
ci/split_tests/FTP/os_test_en
vendored
@@ -136,5 +136,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/FTP/os_test_ru
vendored
9
ci/split_tests/FTP/os_test_ru
vendored
@@ -136,5 +136,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
@@ -131,5 +131,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
@@ -131,5 +131,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleCalendar/cli_test_en
vendored
9
ci/split_tests/GoogleCalendar/cli_test_en
vendored
@@ -210,5 +210,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
9
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
@@ -210,5 +210,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
9
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
@@ -140,5 +140,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
9
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
@@ -140,5 +140,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
9
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
@@ -140,5 +140,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
9
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
@@ -140,5 +140,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleCalendar/os_test_en
vendored
9
ci/split_tests/GoogleCalendar/os_test_en
vendored
@@ -137,5 +137,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleCalendar/os_test_ru
vendored
9
ci/split_tests/GoogleCalendar/os_test_ru
vendored
@@ -137,5 +137,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
9
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
@@ -132,5 +132,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
9
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
@@ -132,5 +132,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
9
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
@@ -131,5 +131,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/cli_rpm_test_ru
vendored
9
ci/split_tests/GoogleDrive/cli_rpm_test_ru
vendored
@@ -131,5 +131,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/cli_test_en
vendored
9
ci/split_tests/GoogleDrive/cli_test_en
vendored
@@ -211,5 +211,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/cli_test_ru
vendored
9
ci/split_tests/GoogleDrive/cli_test_ru
vendored
@@ -211,5 +211,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/os_deb_test_en
vendored
9
ci/split_tests/GoogleDrive/os_deb_test_en
vendored
@@ -141,5 +141,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/os_deb_test_ru
vendored
9
ci/split_tests/GoogleDrive/os_deb_test_ru
vendored
@@ -141,5 +141,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/os_rpm_test_en
vendored
9
ci/split_tests/GoogleDrive/os_rpm_test_en
vendored
@@ -141,5 +141,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/os_rpm_test_ru
vendored
9
ci/split_tests/GoogleDrive/os_rpm_test_ru
vendored
@@ -141,5 +141,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/os_test_en
vendored
9
ci/split_tests/GoogleDrive/os_test_en
vendored
@@ -138,5 +138,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleDrive/os_test_ru
vendored
9
ci/split_tests/GoogleDrive/os_test_ru
vendored
@@ -138,5 +138,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleSheets/cli_deb_test_en
vendored
9
ci/split_tests/GoogleSheets/cli_deb_test_en
vendored
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleSheets/cli_deb_test_ru
vendored
9
ci/split_tests/GoogleSheets/cli_deb_test_ru
vendored
@@ -130,5 +130,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleSheets/cli_rpm_test_en
vendored
9
ci/split_tests/GoogleSheets/cli_rpm_test_en
vendored
@@ -129,5 +129,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
9
ci/split_tests/GoogleSheets/cli_rpm_test_ru
vendored
9
ci/split_tests/GoogleSheets/cli_rpm_test_ru
vendored
@@ -129,5 +129,12 @@ def shouldRunStage(stageName) {
|
||||
}
|
||||
|
||||
def runLibraryTest(String configPath, String libraryName) {
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
try {
|
||||
echo "Executing: 1testrunner -run \"${configPath}\" \"${libraryName}\""
|
||||
runCommand("1testrunner -run \"${configPath}\" \"${libraryName}\"")
|
||||
echo "Test ${libraryName} completed successfully"
|
||||
} catch (Exception e) {
|
||||
echo "ERROR in test ${libraryName}: ${e.getMessage()}"
|
||||
throw e
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user