Runner is automatically installed to .
This commit is contained in:
parent
2f3c2a946c
commit
a70c5c1f3d
3 changed files with 29 additions and 9 deletions
8
test/test-automation/build-scripts/install-runner.sh
Executable file
8
test/test-automation/build-scripts/install-runner.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#! /bin/bash
|
||||
|
||||
#echo "Installing test suites to $DIRECTORY"
|
||||
|
||||
cp src/runner/.libs/runner .
|
||||
chmod u+x runner
|
||||
|
||||
echo "Runner installed."
|
Loading…
Add table
Add a link
Reference in a new issue