mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
d499edbcec
|
@ -387,11 +387,10 @@ function runThere (options, instanceInfo, file) {
|
||||||
if (!r.error && r.code === 200) {
|
if (!r.error && r.code === 200) {
|
||||||
r = JSON.parse(r.body);
|
r = JSON.parse(r.body);
|
||||||
}
|
}
|
||||||
/*
|
if (file.indexOf("-spec") !== -1) {
|
||||||
else {
|
// remoting a jasmine suite...
|
||||||
print("Error on the remote arangod:\n" + r.body);
|
r = {status: r, message: ''};
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
r = err;
|
r = err;
|
||||||
|
|
Loading…
Reference in New Issue