• Juan Batiz-Benet's avatar
    dockertest script to run the test on any img · 4c13b958
    Juan Batiz-Benet authored
    - 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>
    4c13b958
run-test-on-img.sh 882 Bytes