From 6786d0e4d60e1c09b07fa02d2af1cd03257180f1 Mon Sep 17 00:00:00 2001 From: TrungBui59 Date: Fri, 16 Jun 2023 14:29:11 -0700 Subject: [PATCH] Change it to default for another approach --- restart_test | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 restart_test diff --git a/restart_test b/restart_test new file mode 100755 index 000000000..44c70bd3a --- /dev/null +++ b/restart_test @@ -0,0 +1,7 @@ +#!/bin/bash +finch vm stop && finch vm remove +make test-unit + +# finch vm init +# finch run --add-host=name:host-gateway -it public.ecr.aws/amazonlinux/amazonlinux:2 bash +# finch run --add-host test-host:6.6.6.6 -it public.ecr.aws/amazonlinux/amazonlinux:2 bash \ No newline at end of file