]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - support/testing/tests/core/post-build.sh
b1fb834bc547b6a046aed9ad5f3d8b3d3b4d318d
[coffee/buildroot.git] / support / testing / tests / core / post-build.sh
1 #!/bin/sh
2 (
3 printf "arg1,%s\n" "${1}"
4 printf "arg2,%s\n" "${2}"
5 printf "arg3,%s\n" "${3}"
6 printf "TARGET_DIR,%s\n" "${TARGET_DIR}"
7 printf "BUILD_DIR,%s\n" "${BUILD_DIR}"
8 printf "HOST_DIR,%s\n" "${HOST_DIR}"
9 printf "STAGING_DIR,%s\n" "${STAGING_DIR}"
10 printf "BINARIES_DIR,%s\n" "${BINARIES_DIR}"
11 printf "BR2_CONFIG,%s\n" "${BR2_CONFIG}"
12 ) > ${BUILD_DIR}/post-build.log