diff --git a/docker/rootfs/usr/local/bin/lmoo-junit-minor b/docker/rootfs/usr/local/bin/lmoo-junit-minor index 7896d29..877bf7e 100755 --- a/docker/rootfs/usr/local/bin/lmoo-junit-minor +++ b/docker/rootfs/usr/local/bin/lmoo-junit-minor @@ -212,7 +212,8 @@ CRLF=' ' -SKIP_GH=echo +SKIP_GH="echo" +SKIP_GH="" SORTED_FILES=$(echo $SORTED_FILES | sed -e "s|\n| |g" -e "s| | |g") diff --git a/test_on_release.sh b/test_on_release.sh index 9a21fda..23b5602 100755 --- a/test_on_release.sh +++ b/test_on_release.sh @@ -70,9 +70,9 @@ for dirname in "${DIRS_SORTED[@]}"; do echo -e "$dirname\n" - [ $MAX_JUNIT_TESTS -gt 0 ] && ( +# [ $MAX_JUNIT_TESTS -gt 0 ] && ( find $dirname -maxdepth 1 $FILTER -name "test_on_*.sh" -execdir {} "$TEST_PARAMS" $VERBOSITY \; - ) +# ) done # Generate JUnit Results