Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed May 31, 2016
1 parent 29b995f commit 7071f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.pl
Expand Up @@ -622,7 +622,7 @@ =head1 SYNOPSIS

executeTest("docker run -itd -h $$oTest{os}-test --name=${strImage}" .
" -v ${strHostTestPath}:${strVmTestPath}" .
" -v ${strBackRestBase}:/backrest backrest/$$oTest{os}-test-${strDbVersion}");
" -v ${strBackRestBase}:${strBackRestBase} backrest/$$oTest{os}-test-${strDbVersion}");
}

# Build up command line for the individual test
Expand Down

0 comments on commit 7071f73

Please sign in to comment.