Skip to content

Commit 828073c

Browse files
committed
fixed tests and comments @olupton
1 parent 7ef84c4 commit 828073c

File tree

2 files changed

+489
-489
lines changed

2 files changed

+489
-489
lines changed

.github/container/test-axlearn.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ passed=0
149149
SUMMARY_FILE="${OUTPUT_DIRECTORY}/summary.txt"
150150

151151

152-
for test_file in "${final_test_files[@]:0:3}"; do
152+
for test_file in "${final_test_files[@]}"; do
153153
echo "Running: ${test_file}"
154154
log_file_name=$(echo "${test_file%.py}" | sed 's/\//__/g').log
155155
log_file="${LOG_DIRECTORY}/${log_file_name}"

0 commit comments

Comments
 (0)