File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ while [ -v 1 ]; do
121121done
122122
123123# Only run interpreter test when $TEST_INTERPRETER is true
124- if [ " $TEST_UNIT " = false ] && [ " $TEST_CORE " = false ] && [ " $TEST_INTERPRETER " = false ] && [ " $TEST_TUTORIAL " = false ] && [ " $TEST_MICRO_BENCHMARKS " = false ] && [" $TEST_BENCHMARKS " = false] && [ " $TEST_BENCHMARK_SOFTMAX " = false ] && [ " $TEST_BENCHMARK_GEMM " = false ] && [ " $TEST_BENCHMARK_ATTENTION " = false ] && [ " $TEST_INSTRUMENTATION " = false ] && [ " $TEST_INDUCTOR " = false ]; then
124+ if [ " $TEST_UNIT " = false ] && [ " $TEST_CORE " = false ] && [ " $TEST_INTERPRETER " = false ] && [ " $TEST_TUTORIAL " = false ] && [ " $TEST_MICRO_BENCHMARKS " = false ] && [ " $TEST_BENCHMARKS " = false ] && [ " $TEST_BENCHMARK_SOFTMAX " = false ] && [ " $TEST_BENCHMARK_GEMM " = false ] && [ " $TEST_BENCHMARK_ATTENTION " = false ] && [ " $TEST_INSTRUMENTATION " = false ] && [ " $TEST_INDUCTOR " = false ]; then
125125 TEST_UNIT=true
126126 TEST_CORE=true
127127 TEST_TUTORIAL=true
You can’t perform that action at this time.
0 commit comments