Skip to content

Commit

Permalink
test/e2e: make test executable
Browse files Browse the repository at this point in the history
We can now invoke it directly if `bash_unit` is installed:
```bash
$ test/e2e.sh
Running tests in test/e2e.sh
Running test_annotate... SUCCESS ✓
Running test_custom_config... SUCCESS ✓
Running test_custom_output_format... SUCCESS ✓
Running test_custom_path... SUCCESS ✓
Running test_default_path... SUCCESS ✓
Running test_default_path_with_dockerfile... SUCCESS ✓
Running test_disable_annotate... SUCCESS ✓
Running test_output_with_nonzero_exit... SUCCESS ✓
Running test_override_errorlevel... SUCCESS ✓
Running test_version_output... SUCCESS ✓
```
  • Loading branch information
jbergstroem committed Apr 11, 2021
1 parent 9625da2 commit 3fd5bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env bash_unit

HL="../hadolint.sh"

Expand Down

0 comments on commit 3fd5bd6

Please sign in to comment.