Create symlink to qunit.js

Base path for all unit tests is install/ui/js. This path is also used
by PhantomJS when runnig unit tests from command line. PhantomJS then
tries to find qunit.js therefor symlink in install/ui/js is needed.

This might be automated in the future.

Related: https://pagure.io/freeipa/issue/7278
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Pavel Vomacka 2017-11-21 08:56:00 +01:00 committed by Christian Heimes
parent c50092c3b5
commit c47784dc9f

1
install/ui/js/qunit.js Symbolic link
View File

@ -0,0 +1 @@
../test/qunit.js