Skip to content

Commit

Permalink
[blade] update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam0205 committed Jan 2, 2021
1 parent c7da909 commit e13b166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blade
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ "${1}x" = "testx" ]; then
fi
for TEST in ${TESTS}; do
FOCUS_DIR="./${BUILD_DIR}/${TEST}"
for exefile in $(find ${FOCUS_DIR} -maxdepth 1 -type f 2>/dev/null); do
for exefile in $(find ${FOCUS_DIR} -maxdepth 1 -type f ! -name "*.ninja" 2>/dev/null); do
printf "RUNNING: ${COLOR_CYAN}${exefile}${COLOR_NONE}.\n"
${exefile}
done
Expand Down

0 comments on commit e13b166

Please sign in to comment.