-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[qe] unified darwin and linux scripts to execute integration and e2e …
…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
1 parent
617cb9f
commit 0f14537
Showing
4 changed files
with
5 additions
and
126 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./../linux/run.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./../linux/run.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ while [[ $# -gt 0 ]]; do | |
shift | ||
shift | ||
;; | ||
*) # unknown option | ||
*) | ||
shift | ||
;; | ||
esac | ||
|