Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 2ed0adb

Browse files
committed
Polishing
1 parent 10e5bbc commit 2ed0adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-samples-aot-only.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ do
2121
if [ -f "$REPORT_DIR/summary.csv" ]; then
2222
cat $REPORT_DIR/summary.csv >> samples-summary.csv
2323
else
24-
echo `date +%Y%m%d-%H%M`,`basename $d`,ERROR,-,,,,, >> samples-summary.csv
24+
echo `date +%Y%m%d-%H%M`,`basename $d`,ERROR,,,,,, >> samples-summary.csv
2525
fi
2626
fi
2727
done

build-samples.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ do
5050
if [ -f "$REPORT_DIR/summary.csv" ]; then
5151
cat $REPORT_DIR/summary.csv >> samples-summary.csv
5252
else
53-
echo `date +%Y%m%d-%H%M`,`basename $d`,ERROR,-,,,,, >> samples-summary.csv
53+
echo `date +%Y%m%d-%H%M`,`basename $d`,ERROR,,,,,, >> samples-summary.csv
5454
fi
5555
fi
5656
done

0 commit comments

Comments
 (0)