Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 384c6f8

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Show files visible in docker before failing
Belonging to [master]: - #3025
1 parent 0464950 commit 384c6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Script/CevalScriptBackend.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3428,7 +3428,7 @@ algorithm
34283428
algorithm
34293429
uid := System.getuid();
34303430
cmd := "docker run "+(if uid<>0 then "--user " + String(uid) else "")+" --rm -w /fmu -v "+quote+System.realpath(fmutmp+"/..")+quote+":/fmu -v "+quote+System.realpath(includeDefaultFmi)+quote+":/fmiInclude "+stringDelimitList(rest," ")+ " sh -c " + dquote +
3431-
"cd " + dquote + System.basename(fmutmp) + "/sources" + dquote + " && " +
3431+
"(cd " + dquote + System.basename(fmutmp) + "/sources" + dquote + " || (ls -lh ; false)) && " +
34323432
"./configure --host="+quote+host+quote+" CFLAGS="+quote+"-Os"+quote+" CPPFLAGS=-I/fmiInclude LDFLAGS= && " +
34333433
nozip + dquote;
34343434
if 0 <> System.systemCall(cmd, outFile=logfile) then

0 commit comments

Comments
 (0)