Skip to content

Commit 9966d73

Browse files
committed
simplify script
Signed-off-by: nicklucche <[email protected]>
1 parent 6110984 commit 9966d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/kv_connector/nixl_integration/run_accuracy_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ run_tests_for_model() {
9090
FULL_CMD="$BASE_CMD"
9191
fi
9292

93-
eval "$FULL_CMD 2>&1 &"
93+
eval "$FULL_CMD &"
9494

9595
# Store host and port for proxy configuration
9696
PREFILL_HOSTS+=("localhost")

0 commit comments

Comments
 (0)