Skip to content

Commit

Permalink
more fixes to docker tests for 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
quasilyte committed Oct 14, 2021
1 parent b7c5a57 commit ca08729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _test/regress/issue193/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ go get -v github.com/quasilyte/go-ruleguard/dsl

# Try running with different rules file order.

export CGO_ENABLED=0

ruleguard -rules log-rule.go,worker-rule.go,string-rule.go . > actual.txt 2>&1 || true
diff -u actual.txt /root/expected.txt

Expand Down

0 comments on commit ca08729

Please sign in to comment.