Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit af1f473

Browse files
committed
Update test.sh usage help
1 parent 0f67b20 commit af1f473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniscidb/scripts/conda/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
usage() { echo "Usage: $0 [-s (skip large buffers)]" 1>&2; exit 1; }
3+
usage() { echo "Usage: $0 [-s (skip large buffers)] [-c (force cpu-only execution)]" 1>&2; exit 1; }
44

55
TEST_FLAGS=''
66
CPU_ONLY=0

0 commit comments

Comments
 (0)