ctf: Update the script that downloads test traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / traces / get-traces.sh
1 #!/bin/sh
2 #This small script will download the traces needed to run some tests.
3
4 # Trace used by the CTF plugin unit tests
5 wget http://lttng.org/files/samples/sample-ctf-trace-20120412.tar.bz2 -O- | tar xvjf - &&
6
7 # Trace used by the lttng2 kernel state provider tests
8 wget http://www.dorsal.polymtl.ca/~alexmont/data/trace2.tar.bz2 -O- | tar xvjf -
This page took 0.039589 seconds and 5 git commands to generate.