Skip to content

Commit ffdb21a

Browse files
committed
Making test flow a little easier
1 parent 8617c87 commit ffdb21a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/build_size_test.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ test_cmake_size_test() {
4444
echo "Build size test"
4545
cmake --build cmake-out/test -j9 --config Release
4646

47-
echo 'ExecuTorch with no ops binary size, unstripped:'
48-
ls -al cmake-out/test/size_test
49-
50-
echo 'ExecuTorch with portable ops binary size, unstripped:'
51-
ls -al cmake-out/test/size_test_all_ops
47+
strip cmake-out/test/size_test
48+
strip cmake-out/test/size_test_all_ops
49+
ls -lah cmake-out/test/
5250
}
5351

5452
if [[ -z $PYTHON_EXECUTABLE ]]; then

0 commit comments

Comments
 (0)