Skip to content

View Last Changes of build #1

Previous revision: 7db044c1d76c51cf7d8214fa23d8f417de0e6999
Author: Douglas R Miles
E-mail: logicmoo@gmail.com
Date: Sep 26, 2021 10:11:11 AM GMT-07:00
Message: MAX_JUNIT_TESTS
Current revision: 7ca50dc947ba600f7a73df3497b5a98c31665f19
Author: Douglas R Miles
E-mail: logicmoo@gmail.com
Date: Sep 26, 2021 3:44:43 PM GMT-07:00
Message: 4 tests per dir
docker/rootfs/usr/local/bin/lmoo-junit-minor CHANGED
@@ -212,7 +212,8 @@
212
212
  CRLF='
213
213
  '
214
214
 
215
- SKIP_GH=echo
215
+ SKIP_GH="echo"
216
+ SKIP_GH=""
216
217
 
217
218
  SORTED_FILES=$(echo $SORTED_FILES | sed -e "s|\n| |g" -e "s| | |g")
218
219
 
test_on_release.sh CHANGED
@@ -70,9 +70,9 @@
70
70
 
71
71
  for dirname in "${DIRS_SORTED[@]}"; do
72
72
  echo -e "$dirname\n"
73
- [ $MAX_JUNIT_TESTS -gt 0 ] && (
73
+ # [ $MAX_JUNIT_TESTS -gt 0 ] && (
74
74
  find $dirname -maxdepth 1 $FILTER -name "test_on_*.sh" -execdir {} "$TEST_PARAMS" $VERBOSITY \;
75
- )
75
+ # )
76
76
  done
77
77
 
78
78
  # Generate JUnit Results
Download as DIFF / Download as HTML