Remove set -e from validation scripts to continue on test failures
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# Run this on a real InterWorx server to validate our refactoring
|
||||
################################################################################
|
||||
|
||||
set -e
|
||||
# Note: NOT using 'set -e' so script continues even if individual tests fail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
RESULTS_FILE="/tmp/interworx-validation-results.txt"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# Run this on a real Plesk server to validate our refactoring
|
||||
################################################################################
|
||||
|
||||
set -e
|
||||
# Note: NOT using 'set -e' so script continues even if individual tests fail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
RESULTS_FILE="/tmp/plesk-validation-results.txt"
|
||||
|
||||
Reference in New Issue
Block a user