mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
more playing with tests
This commit is contained in:
@@ -2675,6 +2675,7 @@
|
||||
/usr/local/Cellar/boost/1.50.0/lib,
|
||||
/usr/local/Cellar/protobuf/2.4.1/lib,
|
||||
);
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = (
|
||||
"-lssl",
|
||||
"-lcrypto",
|
||||
@@ -2710,6 +2711,7 @@
|
||||
/usr/local/Cellar/boost/1.50.0/lib,
|
||||
/usr/local/Cellar/protobuf/2.4.1/lib,
|
||||
);
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = (
|
||||
"-lssl",
|
||||
"-lcrypto",
|
||||
|
||||
Binary file not shown.
@@ -2,19 +2,4 @@
|
||||
<Bucket
|
||||
type = "1"
|
||||
version = "1.0">
|
||||
<FileBreakpoints>
|
||||
<FileBreakpoint
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "src/cpp/ripple/InstanceCounter.h"
|
||||
timestampString = "377653054.711341"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "46"
|
||||
endingLineNumber = "46"
|
||||
landmarkName = "addInstance()"
|
||||
landmarkType = "5">
|
||||
</FileBreakpoint>
|
||||
</FileBreakpoints>
|
||||
</Bucket>
|
||||
|
||||
@@ -9,7 +9,7 @@ var alpha;
|
||||
|
||||
buster.testCase("Standalone server startup", {
|
||||
"server start and stop" : function (done) {
|
||||
alpha = Server.from_config("alpha"); //ADD ,true for verbosity
|
||||
alpha = Server.from_config("alpha",true); //ADD ,true for verbosity
|
||||
|
||||
alpha
|
||||
.on('started', function () {
|
||||
|
||||
Reference in New Issue
Block a user