diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-09-23 19:22:30 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-09-24 23:13:15 +0100 |
commit | 0e4bceda07ce71d0746ae757d3096f273f416428 (patch) | |
tree | 02e75c7bce86ac53f3087d0dc630777aeee03e27 | |
parent | -Wlogical-op is only in gcc (diff) | |
download | netfs-0e4bceda07ce71d0746ae757d3096f273f416428.tar.bz2 netfs-0e4bceda07ce71d0746ae757d3096f273f416428.tar.xz netfs-0e4bceda07ce71d0746ae757d3096f273f416428.zip |
Add option terminator to test run command lines
-rw-r--r-- | netfs/unittests/Jamfile.jam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/netfs/unittests/Jamfile.jam b/netfs/unittests/Jamfile.jam index 95d9f25..2d3fac3 100644 --- a/netfs/unittests/Jamfile.jam +++ b/netfs/unittests/Jamfile.jam @@ -34,7 +34,7 @@ lib testMocks : run testCore.cpp - : : + : -- : altDaemon.xml altFuse.xml defaultDaemon.xml @@ -48,7 +48,7 @@ run testCore.cpp : testCore ; run testGlacier.cpp - : : + : -- : defaultDaemon.xml defaultFuse.xml : @@ -58,7 +58,7 @@ run testGlacier.cpp : testGlacier ; run testEdgeCases.cpp - : : + : -- : defaultDaemon.xml defaultFuse.xml : |