Skip to content
Snippets Groups Projects
Commit 33c2a91e authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #6555 from kaspar030/murdock_fixes

CI: murdock2: misc fixes
parents cd45a145 4f87821b
No related branches found
No related tags found
No related merge requests found
...@@ -58,10 +58,12 @@ get_compile_jobs() { ...@@ -58,10 +58,12 @@ get_compile_jobs() {
} }
check_workdir() { check_workdir() {
[ -d examples/gnrc_tcp_cli -a -d tests/pkg_libcoap ] || { [ -d tests/pkg_libcoap ] || {
echo "workdir check failed! pwd=$(pwd)" echo "workdir check failed! pwd=$(pwd)"
echo "--- ls:" echo "-- ls:"
ls -la ls -la
echo "-- ls tests:"
ls -la tests
exit 1 exit 1
} }
} }
...@@ -72,7 +74,7 @@ compile() { ...@@ -72,7 +74,7 @@ compile() {
local board=$2 local board=$2
[ -n "$DWQ_WORKER" ] && \ [ -n "$DWQ_WORKER" ] && \
echo "$0: compile: running on worker $DWQ_WORKER, build number $DWQ_WORKER_BUILDNUM." echo "-- running on worker ${DWQ_WORKER} thread ${DWQ_WORKER_THREAD}, build number $DWQ_WORKER_BUILDNUM."
check_workdir check_workdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment