Skip to content

Commit 61bf650

Browse files
authored
Merge pull request #1 from Shrutakeerti/Shrutakeerti-patch-1
Update cppwin-tests.sh
2 parents 249cd09 + 19127c6 commit 61bf650

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ci_scripts/cppwin-tests.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
set -xe
44

5-
source $(dirname "$0")/all-vars.sh
6-
source $(dirname "$0")/all-utils.sh
7-
source $(dirname "$0")/asserts.sh
5+
source "$(dirname "$0")/all-vars.sh"
6+
source "$(dirname "$0")/all-utils.sh"
7+
source "$(dirname "$0")/asserts.sh"
88

99
bitrate=$1
1010
set_ldc_sample_filename "${bitrate}"
1111

1212
download_material "${CI_TMP_DIR}/ds"
1313

14-
export PATH=${CI_TMP_DIR}/ds/:$PATH
14+
export PATH="${CI_TMP_DIR}/ds/:$PATH"
1515

1616
check_versions
1717

1818
ensure_cuda_usage "$2"
1919

2020
run_basic_inference_tests
21+

0 commit comments

Comments
 (0)