Skip to content
Snippets Groups Projects

BMK-122 Update main.sh, check failures of test singularity and remove images created by singularity

Merged BMK-122 Update main.sh, check failures of test singularity and remove images created by singularity
Merged Domenico Giordano requested to merge BMK-122 into qa
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -19,12 +19,10 @@ function fail(){
}
function execute_command(){
date
echo "[execute_command] Executing '$@'"
echo "`date` [execute_command] Executing '$@'"
eval "$@"
status=$?
echo "[execute_command] Return code: ${status}"
date
echo "`date` [execute_command] Return code: ${status}"
return ${status}
}
Loading