Skip to content

Commit

Permalink
All debug all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Oct 19, 2016
1 parent 283a930 commit f38b47e
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/build_it.sh
@@ -1,4 +1,6 @@
#!/bin/bash
set -x

docker build --no-cache -t abernix/meteord:base ../base
docker build --no-cache -t abernix/meteord:onbuild ../onbuild
docker build --no-cache -t abernix/meteord:devbuild ../devbuild
Expand Down
1 change: 1 addition & 0 deletions tests/run_tests.sh
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x

bash ./build_it.sh

Expand Down
2 changes: 2 additions & 0 deletions tests/test_binary_build_on_base.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

function clean() {
docker rm -f binary_build
}
Expand Down
2 changes: 2 additions & 0 deletions tests/test_binary_build_on_bin_build.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

function clean() {
docker rm -f binary_build
}
Expand Down
2 changes: 2 additions & 0 deletions tests/test_bundle_local_mount.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

function clean() {
docker rm -f localmount
rm -rf localmount
Expand Down
2 changes: 2 additions & 0 deletions tests/test_bundle_web.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

function clean() {
docker rm -f web
}
Expand Down
2 changes: 2 additions & 0 deletions tests/test_meteor_app.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

function clean() {
docker rm -f meteor-app
docker rmi -f meteor-app-image
Expand Down
2 changes: 2 additions & 0 deletions tests/test_meteor_app_with_devbuild.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

function clean() {
docker rm -f meteor-app
docker rmi -f meteor-app-image
Expand Down
2 changes: 2 additions & 0 deletions tests/test_no_app.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

function clean() {
docker rm -f no_app
}
Expand Down
2 changes: 2 additions & 0 deletions tests/test_phantomjs.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -x

function clean() {
docker rm -f phantomjs_check
}
Expand Down

0 comments on commit f38b47e

Please sign in to comment.