diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 03:25:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 03:25:37 +0100 |
commit | ccb472ff7ddc1520e990450383316eaf4172c02a (patch) | |
tree | e934b1d1e7f2f907077aa5f480747a464315a9bb /bin | |
parent | c5a1fed413353f7f474dd055cc9f34a58770f9d1 (diff) | |
download | jenkins.debian.net-ccb472ff7ddc1520e990450383316eaf4172c02a.tar.xz |
fixup: implement basics for cd tests
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cd_tester.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh index 00fcb85a..851dd18f 100755 --- a/bin/cd_tester.sh +++ b/bin/cd_tester.sh @@ -30,7 +30,7 @@ export http_proxy="http://localhost:3128" DISPLAY=$1 NAME=$2 IMAGE_URL=$3 -IMAGE=$(pwd)./$(basename $IMAGE_URL) +IMAGE=$(pwd)/$(basename $IMAGE_URL) IMAGE_MNT="/media/cd-$IMAGE.iso" rm -rf results mkdir -p results |