We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b8ab3 commit a143bd6Copy full SHA for a143bd6
flow/test/test_helper.sh
@@ -42,15 +42,15 @@ if [ -z "${PRIVATE_DIR+x}" ]; then
42
PRIVATE_DIR="../../private_tool_scripts"
43
fi
44
45
+if [ -f "$PRIVATE_DIR/openRoad/private.mk" ] && [ ! -z ${SAVE_TO_DB+x} ]; then
46
+ $__make save_to_metrics_db
47
+fi
48
+
49
if [ -f "$PRIVATE_DIR/util/utils.mk" ] && [ ! -z ${RUN_CALIBRE+x} ]; then
50
$__make calibre_drc
51
if [ ! -z ${SAVE_TO_DB+x} ]; then
52
$__make save_to_drc_db
53
54
55
-if [ -f "$PRIVATE_DIR/openRoad/private.mk" ] && [ ! -z ${SAVE_TO_DB+x} ]; then
- $__make save_to_metrics_db
-fi
-
56
exit $ret
0 commit comments