Skip to content

Commit

Permalink
Merge pull request #513 from binpash/test-badge
Browse files Browse the repository at this point in the history
Add Tests status badge on README
  • Loading branch information
dkarnikis authored Mar 29, 2022
2 parents 92e5232 + d6d6bbe commit 033ee4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
> _A system for parallelizing POSIX shell scripts._
> _Hosted by the [Linux Foundation](https://linuxfoundation.org/press-release/linux-foundation-to-host-the-pash-project-accelerating-shell-scripting-with-automated-parallelization-for-industrial-use-cases/)._
[![Tests](https://github.com/binpash/pash/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/binpash/pash/actions/workflows/main.yml)

Quick Jump: [Running PaSh](#running-pash) | [Installation](#installation) | [Testing](#testing) | [Repo Structure](#repo-structure) | [Community & More](#community--more) | [Citing](#citing)

## Running PaSh
Expand Down
3 changes: 2 additions & 1 deletion compiler/pash.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,5 @@ def execute_script(compiled_script_filename, command, arguments, shell_name):

if __name__ == "__main__":
main()



0 comments on commit 033ee4e

Please sign in to comment.