1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Identify Perl performance test by appending -perl.

This is intended to differentiate the upcoming C performance tests from the Perl performance tests that will eventually be migrated.
This commit is contained in:
David Steele
2019-09-28 13:17:21 -04:00
parent cb62bebadf
commit 004ff99a2d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ sub testDefLoad
# Set module type variables
$hTestDefHash->{$strModule}{$strTest}{&TESTDEF_C} =
$strModuleType eq TESTDEF_UNIT && $strTest !~ /perl$/ ? true : false;
$strModuleType ne TESTDEF_INTEGRATION && $strTest !~ /perl$/ ? true : false;
$hTestDefHash->{$strModule}{$strTest}{&TESTDEF_INTEGRATION} = $strModuleType eq TESTDEF_INTEGRATION ? true : false;
$hTestDefHash->{$strModule}{$strTest}{&TESTDEF_EXPECT} = $bExpect;
$hTestDefHash->{$strModule}{$strTest}{&TESTDEF_CONTAINER} = $bContainer;