diff options
author | Sven Gothel <[email protected]> | 2014-10-08 08:08:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-10-08 08:08:03 +0200 |
commit | fe999abe4cb142b814e700d88e9f148ecb0ae4f0 (patch) | |
tree | 0637d6b4057c9b9c052cc56430743a6bfd753cbc /make/scripts/run-tests-linux-x86_64.sh | |
parent | 245605eb760f6c1301d58a252fb6465a064ae19f (diff) |
Bug 1088: Fix ant test target 'junit.run.sharedctx': Reuse generalized 'generic.junit.run.newt.headless', 'generic.junit.run.awt', ..
Create generalized junit test launchers (targets)
to be reused w/ different input patterns to reduce copy/paste.
Since macrodef cannot be used, we use namespace properties for the new targets.
The properties are unset at the end of the target.
Now ''junit.run.sharedctx' utilizes the proper launch target,
hence works properly on OSX as well.
Diffstat (limited to 'make/scripts/run-tests-linux-x86_64.sh')
-rwxr-xr-x | make/scripts/run-tests-linux-x86_64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/run-tests-linux-x86_64.sh b/make/scripts/run-tests-linux-x86_64.sh new file mode 100755 index 000000000..28dca214b --- /dev/null +++ b/make/scripts/run-tests-linux-x86_64.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +bash scripts/make.jogl.all.linux-x86_64.sh -f build-test.xml junit.run.sharedctx |