Skip to content

Commit

Permalink
[qe] unified darwin and linux scripts to execute integration and e2e …
Browse files Browse the repository at this point in the history
…tests remotely

Both scripts were identically, to avoid maintain both of them this commit keeps the linux version and create a symlink under the darwin folder, so from now on and unless something specific to darwin is required only one script will be maintain.

Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo authored and praveenkumar committed May 23, 2024
1 parent 617cb9f commit 0f14537
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 126 deletions.
60 changes: 0 additions & 60 deletions images/build-e2e/lib/darwin/run.sh

This file was deleted.

1 change: 1 addition & 0 deletions images/build-e2e/lib/darwin/run.sh
4 changes: 2 additions & 2 deletions images/build-e2e/lib/linux/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ while [[ $# -gt 0 ]]; do
shift
shift
;;
*) # unknown option
*)
shift
;;
esac
Expand All @@ -44,7 +44,7 @@ done
mkdir -p $targetFolder/results

# Run tests
tags="linux"
tags="${OS}"
if [ ! -z "$e2eTagExpression" ]
then
tags="$tags && $e2eTagExpression"
Expand Down
63 changes: 0 additions & 63 deletions images/build-integration/lib/darwin/run.sh

This file was deleted.

1 change: 1 addition & 0 deletions images/build-integration/lib/darwin/run.sh
2 changes: 1 addition & 1 deletion images/build-integration/lib/linux/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ while [[ $# -gt 0 ]]; do
shift
shift
;;
*) # unknown option
*)
shift
;;
esac
Expand Down

0 comments on commit 0f14537

Please sign in to comment.