1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

murdock: pass toolchain variable to test jobs

This commit is contained in:
Kaspar Schleiser 2018-09-21 16:26:56 +02:00 committed by Martine Lenders
parent af8e839267
commit 740e772040

View File

@ -166,7 +166,7 @@ compile() {
BOARD=$board make -C${appdir} test
RES=$?
elif is_in_list "$board" "$TEST_BOARDS_AVAILABLE"; then
BOARD=$board make -C${appdir} test-murdock
BOARD=$board TOOLCHAIN=$toolchain make -C${appdir} test-murdock
RES=$?
fi
fi