We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2cbd4 commit bd6a8beCopy full SHA for bd6a8be
test_harness/single_node/setup_python_rule_engine
@@ -82,7 +82,7 @@ if [ -n "$wait" ]; then
82
times=0
83
OUTFILE=/tmp/irule_output.stderr
84
while :; do
85
- irule -a 2>/dev/null| grep irods_rule_engine_plugin-python-instance >/dev/null
+ irule -a 2>/dev/null | grep irods_rule_engine_plugin-python-instance >/dev/null
86
[ ${PIPESTATUS[1]} -eq 0 ] && break
87
sleep 1
88
if [ $((++times)) -ge 10 ]; then
0 commit comments