Skip to content

Commit f3d2753

Browse files
committed
chore: remove ls statements
1 parent 5c28cff commit f3d2753

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/test-swift-modelgen.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ function buildModels() {
2525
}
2626

2727
function buildAndRunModel() {
28-
pwd && ls
2928
modelName=$1
30-
ls $modelName && cd $modelName
29+
cd $modelName
3130
currentDirectory=$(pwd)
32-
pwd && ls
3331

3432
pathToSwiftPackage=$2
3533

@@ -40,7 +38,6 @@ function buildAndRunModel() {
4038

4139
# build and run the model
4240
cd $pathToSwiftPackage
43-
ls Sources/models
4441
swift build && swift run
4542

4643
# clean up

0 commit comments

Comments
 (0)