You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-20 01:42:27 +03:00
7 lines
184 B
Bash
Executable File
7 lines
184 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
#$1 = testRunID
|
|
#
|
|
host=`hostname -s`
|
|
smbclient //calweb/perf -Wcalpont -Uoamuser%Calpont1 -D "/results/${host}" -c "lcd /root/genii/testResult;recurse;prompt OFF;mput $1"
|