ctf: Update the script that downloads test traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / traces / get-traces.sh
CommitLineData
813ecc8e
AM
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
5wget 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
8wget http://www.dorsal.polymtl.ca/~alexmont/data/trace2.tar.bz2 -O- | tar xvjf -
This page took 0.026321 seconds and 5 git commands to generate.