Skip to content

Commit

Permalink
Update test-buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg authored Jun 13, 2022
1 parent c81caa6 commit 4dc45a1
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions jenkins/test-buildscript
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
#!/bin/bash -ex

echo "Building..."
echo "Job workspace $1"
echo "OS type $2"

function run_with_xvfb() {
eval $@
}

function terminate_xvfb() {
if [ $(command -v xvfb-run) ]; then
echo Stopping Xvfb
fi
}


rm -fr build
mkdir -p build/Testing
cp $1/jenkins/unittest-$2.xml build/Testing/

mkdir -p build/Testing/SystemTests/scripts/
cp $1/jenkins/TEST-*.xml build/Testing/SystemTests/scripts/
echo Testing pass-through args
echo "$@"

0 comments on commit 4dc45a1

Please sign in to comment.