UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Modify script execution in CI

Merged Micah Nagel requested to merge break-pipeline into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -107,7 +107,7 @@ pre vars:
set -e
for test_script in $(find ./tests -type f -name '*.sh' | sort); do
chmod +x ${test_script}
echo "Executing ${test_script}"
echo "Executing ${test_script}..."
./${test_script}
done
Loading