Skip to content

Commit eae909f

Browse files
committed
minor performance fix for ltest in case of an error
1 parent 154805e commit eae909f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/ltest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
python $NETKIT_HOME/python/check.py "$PWD/" "$@"
44

5-
$NETKIT_HOME/lstart -n "$@"
6-
75
export ADAPTER_BIN=$(python $NETKIT_HOME/python/adapter.py)
86

97
NETKIT_ALL=1
@@ -54,6 +52,8 @@ case $i in
5452
esac
5553
done
5654

55+
$NETKIT_HOME/lstart -n "$@"
56+
5757
export RC=$?
5858
if [ "$RC" = "0" ]; then
5959
M=_machines

0 commit comments

Comments
 (0)