Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
fix running tests as root
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rad committed Dec 28, 2015
1 parent fb92305 commit 8bab022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ require_clean_work_tree () {
VERSION=$version go generate

${dir}/build.sh
${dir}/tests.sh
echo -e "\e[1m\e[32mRunning tests as root\e[0m"
sudo ${dir}/tests.sh

require_clean_work_tree

Expand Down

0 comments on commit 8bab022

Please sign in to comment.