Skip to content

Commit 757cff3

Browse files
authored
update test runner to use bats-assert in tests (#21)
1 parent 1fc63a0 commit 757cff3

24 files changed

+4540
-36
lines changed

bin/run-tests-in-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash -e
1+
#!/usr/bin/env bash
22

33
# Synopsis:
44
# Test the test runner Docker image by running it against a predefined set of

bin/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#!/usr/bin/env bash
22

33
# Synopsis:
44
# Test the test runner by running it against a predefined set of solutions

bin/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -o errexit
44
set -o nounset

0 commit comments

Comments
 (0)