We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28dae0 commit f5ddc70Copy full SHA for f5ddc70
bin/journey-test.sh
@@ -236,7 +236,7 @@ solve_all_exercises() {
236
"$EXECPATH"/gradlew compileTestJava
237
# Ensure we run all the tests (as delivered, all but the first is @Ignore'd)
238
for testfile in `find . -name "*Test.${TRACK_SRC_EXT}"`; do
239
- sed 's/@Ignore(\(.*\))\{0,1\}//' ${testfile} > "${tempfile}" && mv "${tempfile}" "${testfile}"
+ sed 's/@Ignore\(\(.*\)\)\{0,1\}//' ${testfile} > "${tempfile}" && mv "${tempfile}" "${testfile}"
240
done
241
"$EXECPATH"/gradlew test
242
popd
0 commit comments