From 3afa581cb721530a3cae23318a4ff463c0f94057 Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Sat, 30 Mar 2019 21:20:49 +0100 Subject: [PATCH] tests/wg: remove spurious comments --- tests/wg | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/wg b/tests/wg index bb95c6f..6d08a67 100755 --- a/tests/wg +++ b/tests/wg @@ -1,11 +1,5 @@ #!/bin/sh -# docker run --rm -it --hostname test3 --name test3 --network wesher_test --volume `pwd`:/app golang:1.12-alpine -# cd /app -# apk add git -# export PATH=/app:$PATH -# go run . --loglevel debug --clusterkey 'ILICZ3yBMCGAWNIq5Pn0bewBVimW3Q2yRVJ/Be+b1Uc=' - case $1 in genkey) echo "ILICZ3yBMCGAWNIq5Pn0bewBVimW3Q2yRVJ/Be+b1Uc=" @@ -15,5 +9,7 @@ case $1 in echo "VceweY6x/QdGXEQ6frXrSd8CwUAInUmqIc6G/qi8FHo=" ;; *) + echo "what?" + exit 1 ;; esac \ No newline at end of file