1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

test: Fix missing return in new test harness.

This commit is contained in:
Marian Csontos 2015-02-12 13:26:38 +01:00
parent cc755853c2
commit 0e9f3dba75

View File

@ -29,6 +29,6 @@
int main(int argc, const char **argv)
{
brick::shelltest::run( argc, argv, "LVM_TEST_FLAVOUR" );
return brick::shelltest::run( argc, argv, "LVM_TEST_FLAVOUR" );
}