Skip to content

Commit

Permalink
Inline the config files
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jul 31, 2024
1 parent 2a0a29b commit 72edf5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ if test -f $configuration_file; then
echo "There is a configuration file in the expected .meta location "
echo "which will now be used to determine which test files to prep."
echo "👁️ ${configuration_file}"
cat "${configuration_file}"
echo ""

cat $configuration_file | jq -c '.files.test[]' | xargs -L 1 "$ROOT/bin/prepare.sh" ${OUTPUT}
Expand All @@ -225,6 +226,7 @@ else
echo "location which will now be used to determine which test "
echo "files to prep."
echo "👁️ ${local_configuration_file}"
cat "${local_configuration_file}"
echo ""

cat $local_configuration_file | jq -c '.files.test[]' | xargs -L 1 "$ROOT/bin/prepare.sh" ${OUTPUT}
Expand Down Expand Up @@ -588,6 +590,7 @@ echo ""
echo "---------------------------------------------------------------"
echo "The results of this run have been written to 'results.json'."
echo "👁️ ${result_file}"
echo ""

if [ $test_exit -eq 1 ]; then
exit 0
Expand Down

0 comments on commit 72edf5d

Please sign in to comment.