Skip to content

Print output from bash shell #26972

Answered by a11smiles
a11smiles asked this question in Actions
Discussion options

You must be logged in to vote

Fixed it…

validation.sh now looks like:

#!/bin/sh

for d in ./workitems/*/ ; do
echo main.py -t test --validate-only "$d"
done

I needed to “echo” the results.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant