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.
2 parents 3bb0036 + 4bfe911 commit 6576417Copy full SHA for 6576417
script/rsync.sh
@@ -36,7 +36,7 @@ set +e
36
[ -e "$subfolder/print_openqa.sh" ] || { >&2 echo "No file found: {$subfolder/print_openqa.sh}"; exit 1; }
37
38
# nowhere to log yet as we haven't created $logfolder
39
- bash -e "$subfolder/read_files.sh"
+ bash -e "$subfolder/read_files.sh" || { >&2 echo "read_files.sh failed for $subfolder in enviroment $environ"; exit 1; }
40
41
if [ -e $subfolder/.run_last ] && [ -z "$(diff --brief $subfolder $subfolder/.run_last | grep '.lst')" ]; then
42
>&2 echo "No changes found since last run, skipping {$subfolder}"
0 commit comments