summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej enczykowski <maze@google.com>2019-03-21 23:16:50 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-21 23:16:50 -0700
commit4b2151c1283192b4fc04ff77772e52f8d35609bb (patch)
tree9d7dd2c7931e03bf522ac5a4257d96cbac12c69b
parent4825e4ba2ed20342d56d994169d4703c793df912 (diff)
parente6b2ce28f8f928c837f1c96b1d93b9ffe412eb68 (diff)
downloadtests-4b2151c1283192b4fc04ff77772e52f8d35609bb.tar.gz
net-test: build_rootfs - add base debian os to default image name am: 1b384ccf3d am: 0e80d0648c
am: e6b2ce28f8 Change-Id: I5bc74acf471631dcd64c5cdd0d31f08627551780
-rwxr-xr-xnet/test/build_rootfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/build_rootfs.sh b/net/test/build_rootfs.sh
index 07106cc..11fe841 100755
--- a/net/test/build_rootfs.sh
+++ b/net/test/build_rootfs.sh
@@ -67,7 +67,7 @@ while getopts ":hs:a:m:n:" opt; do
done
if [[ -z "${name}" ]]; then
- name=net_test.rootfs.$arch.`date +%Y%m%d`
+ name=net_test.rootfs.${arch}.${suite}.`date +%Y%m%d`
fi
# Switch to qemu-debootstrap for incompatible architectures