Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a47bf3

Browse files
committed
Add parallel backup tests
1 parent 54f1c3f commit 6a47bf3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

test/test-ghe-backup-parallel.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
# ghe-backup command tests run in parallel
3+
set -e
4+
5+
export GHE_PARALLEL_ENABLED=yes
6+
7+
TESTS_DIR="$PWD/$(dirname "$0")"
8+
# shellcheck source=test/test-ghe-backup.sh
9+
. "$TESTS_DIR/test-ghe-backup.sh"

test/test-ghe-restore-parallel.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
# ghe-restore command tests run in parallel
3+
4+
export GHE_PARALLEL_ENABLED=yes
5+
6+
TESTS_DIR="$PWD/$(dirname "$0")"
7+
# shellcheck source=test/test-ghe-restore.sh
8+
. "$TESTS_DIR/test-ghe-restore.sh"

0 commit comments

Comments
 (0)