Skip to content

Commit

Permalink
No bats-support
Browse files Browse the repository at this point in the history
Signed-off-by: yubiuser <[email protected]>
  • Loading branch information
yubiuser committed Sep 19, 2024
1 parent dc230f3 commit 0d3c3a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ENV TERM=xterm

# Add bats-support and bats-assert for testing
RUN git clone --depth=1 --quiet https://github.com/bats-core/bats-support test/libs/bats-support > /dev/null
RUN git clone --depth=1 --quiet https://github.com/bats-core/bats-assert test/libs/bats-assert > /dev/null

# Monkeypatch BATS to remove duplicate output of starting and finished test
# BATS uses ANSI Escape codes to overwrite the line after the test has finished
Expand Down
3 changes: 1 addition & 2 deletions test/test_suite.bats
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!./test/libs/bats/bin/bats

# load bats-support
load 'libs/bats-support/load'
#load 'libs/bats-assert/load'
#load 'libs/bats-support/load'

@test 'fail()' {
fail 'this test always fails'
Expand Down

0 comments on commit 0d3c3a6

Please sign in to comment.