From 816ce09125b5020233b6e0c4f95362e5f2772147 Mon Sep 17 00:00:00 2001 From: Dimitris Karnikis Date: Tue, 29 Mar 2022 19:09:52 +0300 Subject: [PATCH 1/3] test ci Signed-off-by: Dimitris Karnikis --- compiler/pash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pash.py b/compiler/pash.py index 76748b1cc..473b8ad34 100755 --- a/compiler/pash.py +++ b/compiler/pash.py @@ -260,4 +260,4 @@ def execute_script(compiled_script_filename, command, arguments, shell_name): if __name__ == "__main__": main() - + From 0b89d287d12537dd06dc884605bb5eb888b7a369 Mon Sep 17 00:00:00 2001 From: Dimitris Karnikis Date: Tue, 29 Mar 2022 19:20:18 +0300 Subject: [PATCH 2/3] Add badge on README Signed-off-by: Dimitris Karnikis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2000c2449..197099c25 100644 --- a/README.md +++ b/README.md @@ -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 From d6d6bbe8eca206436c44545c1ad50fd4e07a4c76 Mon Sep 17 00:00:00 2001 From: Dimitris Karnikis Date: Tue, 29 Mar 2022 19:22:15 +0300 Subject: [PATCH 3/3] undo Signed-off-by: Dimitris Karnikis --- compiler/pash.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/pash.py b/compiler/pash.py index 473b8ad34..adcf1dd02 100755 --- a/compiler/pash.py +++ b/compiler/pash.py @@ -260,4 +260,5 @@ def execute_script(compiled_script_filename, command, arguments, shell_name): if __name__ == "__main__": main() - + +