This website requires JavaScript.
Explore
Help
Sign In
BTCPrivate
/
bitcore
mirror of
https://github.com/BTCPrivate/bitcore.git
Watch
1
Star
0
Fork
You've already forked bitcore
0
Code
Issues
Projects
Releases
Wiki
Activity
b402bbfa6c
bitcore
/
failsearch.sh
10 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
working on fixing the wierd test
2014-06-12 06:33:16 -07:00
#! /bin/bash
# run mocha until it fails
COUNTER
=
0
trying to fix
2014-06-12 07:26:39 -07:00
mocha
malloc -> calloc, to fix linux version
2014-06-12 09:56:29 -07:00
while
[
$?
-eq
0
]
;
do
working on fixing the wierd test
2014-06-12 06:33:16 -07:00
mocha
done