Commit Graph

8 Commits

Author SHA1 Message Date
Brian Tiger Chow
d5e936a2c6 ignore log output 2014-12-24 09:31:18 -05:00
Brian Tiger Chow
d5789de6d0 test(docker/network) disable color in daemon logs
License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-12-23 08:54:38 -08:00
Juan Batiz-Benet
4c13b9585a dockertest script to run the test on any img
- run the build image task every time to avoid
  running the test on stale code
- run the test from a script, so that we can
  run the test on different pre-built images.
  like:

    # build an image now and run tests on it
    make test

    # run tests on previously built image
    ./run-test-on-img.sh ipfs-stable

    # TODO: run test on git ref
    ./run-test-on-git-ref.sh <git-ref>
2014-12-23 08:47:38 -08:00
Juan Batiz-Benet
87c4fb2fea Makefiles: build the test docker img
this commit changes how the dockertest image is built.
it moves the command into dockertest/Makefile. It also
uses a cached file that -- if removed with make clean
-- can signal whether the image should be rebuilt.
(it may be ideal to have it either detect code has
changed, or just rebuild every time. )
2014-12-23 08:43:52 -08:00
Brian Tiger Chow
9946fc83e0 fix(dockertest): mv file into place
as @whyrusleeping points out, file is created before hash is written

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-12-15 11:27:25 -08:00
Brian Tiger Chow
a40c3bf549 Update save_logs.sh 2014-12-15 10:31:08 -08:00
Brian Tiger Chow
f48ad524f8 fix: make the dockertest a bit more robust
clean using script
misc
add another file
misc
good stuff

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-12-15 06:49:40 -08:00
Brian Tiger Chow
a2cc7dc107 test(withdocker)!
misc fixes

set all nodes to error

fix: check return value after cat

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-12-15 03:54:58 -08:00