summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 87b7b12..3a5c89e 100755
--- a/test.sh
+++ b/test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
cd test
-g++ -fplugin=../build/src/.libs/libastdumper.so test1.c
+g++ -fplugin=../build/src/.libs/libastdumper.so test1.c 2>../test.txt
cd .. \ No newline at end of file