diff options
author | root <root@cband> | 2013-12-30 07:56:16 -0600 |
---|---|---|
committer | root <root@cband> | 2013-12-30 07:56:16 -0600 |
commit | 7145c3f5753be86073d7fd985f30e3ec63048288 (patch) | |
tree | 373badeb50b8548756d57b11b0fc03356fbbb75a | |
parent | bc59b33a7364f4825854ffd9d16c16867c76e187 (diff) |
//retiolum/t/docker/run_tests: move to the correct directory
-rwxr-xr-x | retiolum/t/docker/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/t/docker/run_tests.sh b/retiolum/t/docker/run_tests.sh index 9d0d781d..de435730 100755 --- a/retiolum/t/docker/run_tests.sh +++ b/retiolum/t/docker/run_tests.sh @@ -1,3 +1,3 @@ #!/bin/sh - +cd $(dirname $(readlink -f $0)) docker run -v $PWD/docker_tests/:/test ubuntu /test/bootstrap |