soctrace-inria / framesoc

Framesoc is a generic trace management and analysis infrastructure.
12 stars 0 forks source link

Run Junit tests on mac #174

Closed ycorre closed 9 years ago

ycorre commented 9 years ago

Fix problem due to OS name

public class  A {
public static void main(String[] args) {

        System.out.println(System.getProperty("os.name").toLowerCase());

}
}

[~] java -cp . A
mac os x