mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
9 lines
70 B
Bash
Executable File
9 lines
70 B
Bash
Executable File
#!/bin/sh -xe
|
|
|
|
TESTS_DIR=$1
|
|
|
|
cd $TESTS_DIR
|
|
|
|
. ./setenv.sh
|
|
./utest_run
|