more playing with tests

This commit is contained in:
Jcar
2012-12-20 13:23:21 -08:00
parent 496070edfd
commit 4a95549466
4 changed files with 3 additions and 16 deletions

View File

@@ -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",

View File

@@ -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>

View File

@@ -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 () {