Skip to content

Commit bb13135

Browse files
committed
In a Docker environment, it is safer to terminate Fledge rather than to stop it
Signed-off-by: ashish-jabble <ashish@dianomic.com>
1 parent f73340d commit bb13135

File tree

1 file changed

+1
-1
lines changed
  • tests/system/python/scripts/package

1 file changed

+1
-1
lines changed

tests/system/python/scripts/package/reset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
fi
1111

1212
if [ "${FLEDGE_ENVIRONMENT}" == "docker" ]; then
13-
/usr/local/fledge/bin/fledge stop
13+
/usr/local/fledge/bin/fledge kill
1414
echo -e "YES\nYES" | /usr/local/fledge/bin/fledge reset || exit 1
1515
echo
1616
/usr/local/fledge/bin/fledge start

0 commit comments

Comments
 (0)