@@ -324,7 +324,12 @@ function test_standalone_image(){
if["$MAIN_NETWORKCONN"=="1"];then net_conn="";fi
###strace="--cap-add SYS_PTRACE" # optionally add SYS_PTRACE capability to use strace (see https://github.com/moby/moby/issues/21051)
echo-e"\n[test_standalone_image] Run WL in docker (to test the image) via execute_command - started"
execute_command docker run ${strace}${net_conn}--rm-v$CIENV_JOBDIR/results:/results $theimage$HEPWL_BMKOPTS|| fail "[test_standalone_image] docker run $theimage"
execute_command docker run ${strace}${net_conn}--rm-v$CIENV_JOBDIR/results:/results $theimage$HEPWL_BMKOPTS
status=$?
if[["$status"-ne"0"]];then
docker rmi -f$theimage#see BMK-122
fail "[test_standalone_image] docker run $theimage"
fi
echo-e"[test_standalone_image] Run WL in docker (to test the image) via execute_command - completed\n"