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.
1 parent 5c28cff commit f3d2753Copy full SHA for f3d2753
scripts/test-swift-modelgen.sh
@@ -25,11 +25,9 @@ function buildModels() {
25
}
26
27
function buildAndRunModel() {
28
- pwd && ls
29
modelName=$1
30
- ls $modelName && cd $modelName
+ cd $modelName
31
currentDirectory=$(pwd)
32
33
34
pathToSwiftPackage=$2
35
@@ -40,7 +38,6 @@ function buildAndRunModel() {
40
38
41
39
# build and run the model
42
cd $pathToSwiftPackage
43
- ls Sources/models
44
swift build && swift run
45
46
# clean up
0 commit comments