mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Fix -e option for runtest-docker.sh (#385)
This commit is contained in:
parent
d875ab2acd
commit
8e03560dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ docker run -h $HOSTNAME \
|
|||
--volume "$SOURCE_ROOT:/onnxruntime_src" \
|
||||
--volume "$BUILD_DIR:/home/onnxruntimedev" \
|
||||
--volume "$HOME/.cache/onnxruntime:/home/onnxruntimedev/.cache/onnxruntime" \
|
||||
"onnxruntime-$IMAGE" \
|
||||
-e "OnnxRuntimeBuildDirectory=/home/onnxruntimedev" \
|
||||
"onnxruntime-$IMAGE" \
|
||||
/bin/bash /onnxruntime_src/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh \
|
||||
/home/onnxruntimedev/$NUGET_REPO_DIRNAME /onnxruntime_src /home/onnxruntimedev $TestDataUrl $TestDataChecksum &
|
||||
|
||||
|
|
@ -41,4 +41,4 @@ set -e
|
|||
exit $EXIT_CODE
|
||||
|
||||
|
||||
cd $OldDir
|
||||
cd $OldDir
|
||||
|
|
|
|||
Loading…
Reference in a new issue