Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f1c3f commit 6a47bf3Copy full SHA for 6a47bf3
test/test-ghe-backup-parallel.sh
@@ -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
@@ -0,0 +1,8 @@
+# ghe-restore command tests run in parallel
+# shellcheck source=test/test-ghe-restore.sh
+. "$TESTS_DIR/test-ghe-restore.sh"
0 commit comments