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.
2 parents e489033 + a143bd6 commit 3df3c4eCopy full SHA for 3df3c4e
flow/test/test_helper.sh
@@ -42,12 +42,15 @@ if [ -z "${PRIVATE_DIR+x}" ]; then
42
PRIVATE_DIR="../../private_tool_scripts"
43
fi
44
45
-if [ -f "$PRIVATE_DIR/util/utils.mk" ] && [ ! -z ${RUN_CALIBRE+x} ]; then
46
- $__make calibre_drc
+if [ -f "$PRIVATE_DIR/openRoad/private.mk" ] && [ ! -z ${SAVE_TO_DB+x} ]; then
+ $__make save_to_metrics_db
47
48
49
-if [ -f "$PRIVATE_DIR/openRoad/private.mk" ] && [ ! -z ${SAVE_TO_METRICS_DB+x} ]; then
50
- $__make save_to_metrics_db
+if [ -f "$PRIVATE_DIR/util/utils.mk" ] && [ ! -z ${RUN_CALIBRE+x} ]; then
+ $__make calibre_drc
51
+ if [ ! -z ${SAVE_TO_DB+x} ]; then
52
+ $__make save_to_drc_db
53
+ fi
54
55
56
exit $ret
0 commit comments