From ec710d21eeb3e332a0d7206245dc39af1185f0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Wollse=CC=81n?= Date: Thu, 27 Jun 2019 16:46:53 +0300 Subject: [PATCH] Print the result of the build extension script when it has finished --- build-extension.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-extension.sh b/build-extension.sh index 4078d8e71..43827ee9a 100755 --- a/build-extension.sh +++ b/build-extension.sh @@ -5,3 +5,5 @@ cd automation/Extension/firefox npm install npm run build cp dist/*.zip ./openwpm.xpi + +echo "Success: automation/Extension/firefox/openwpm.xpi has been built"