File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ function gg_run_test_scripts_debug {
160
160
161
161
set -e
162
162
163
- (find ./examples -mindepth 2 -maxdepth 2 -name ' tests.sh' -execdir time bash " {} " " $SRC /build-ci-debug/bin" " $MNT /models" \; ) 2>&1 | tee -a $OUT /${ci} -scripts.log
163
+ (cd ./examples/gguf-split && time bash tests.sh " $SRC /build-ci-debug/bin" " $MNT /models" ) 2>&1 | tee -a $OUT /${ci} -scripts.log
164
164
165
165
set +e
166
166
}
@@ -183,7 +183,7 @@ function gg_run_test_scripts_release {
183
183
184
184
set -e
185
185
186
- (find ./examples -mindepth 2 -maxdepth 2 -name ' tests.sh' -execdir time bash " {} " " $SRC /build-ci-release/bin" " $MNT /models" \; ) 2>&1 | tee -a $OUT /${ci} -scripts.log
186
+ (cd ./examples/gguf-split && time bash tests.sh " $SRC /build-ci-release/bin" " $MNT /models" ) 2>&1 | tee -a $OUT /${ci} -scripts.log
187
187
188
188
set +e
189
189
}
You can’t perform that action at this time.
0 commit comments