Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Test suite compile failing #10

Closed
chrisbc opened this issue Jul 15, 2020 · 1 comment
Closed

Test suite compile failing #10

chrisbc opened this issue Jul 15, 2020 · 1 comment

Comments

@chrisbc
Copy link
Contributor

chrisbc commented Jul 15, 2020

On: commit bf9ee39

when I run: ./gradlew test

I see

> Task :compileTestJava FAILED
/home/chrisbc/DEV/GNS/opensha/opensha-core/test/org/opensha/sra/SRA_Suite.java:5: error: cannot find symbol
import org.opensha.commons.util.InterpolateTests;
                               ^
  symbol:   class InterpolateTests
  location: package org.opensha.commons.util
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileTestJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 0s
6 actionable tasks: 1 executed, 5 up-to-date
chrisbc@hushtwo:~/DEV/GNS/opensha/opensha-core$ 

Observations

As a workaround I've commented out this import, since it doesn't appear to be used in the Suite anyway. After this tests built OK.

@kevinmilner
Copy link
Contributor

fixed in 5322242

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants